#C9243B

Color #C9243B Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C9243B

Tints of Cardinal #C9243B

Color information

#C9243B (or 0xC9243B) is unknown color: approx Cardinal. HEX triplet: C9, 24 and 3B. RGB value is (201,36,59). Sum of RGB (Red+Green+Blue) = 201+36+59=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C9243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9243B is #36DBC4. Grayscale: #585858. Windows color (decimal): -3595205 or 3876041. OLE color: 3876041.

HSL color Cylindrical-coordinate representation of color #C9243B: hue angle of 351.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9243B is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB2013659-
CMYK00.820.710.21
HSL351.64º69.62%46.47%-
HSV(B)351.64º82.09%78.82%-
XYZ25.51145.49-
YUV87.96111.66208.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 67.91%
GREEN value IS 36 (14.45% from 255) = 12.16%
BLUE value IS 59 (23.44% from 255) = 19.93%
R=67.91%
G=12.16%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201365900.820.710.21351.6469.6246.47
HexC9243B0524715160462e
Octal311447301221072554010656
Binary11001001100100111011010100101000111101011011000001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9243B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9243B; }

 p { color: rgb(201,36,59); }

 H1.HeaderClassName
 {
   color: #C9243B;
 }
 .AnyTagClassName
 {
   color: #C9243B;
 }
</style>
background-color css

<style>
 a { background-color: #C9243B; }

 a { background-color: rgb(201,36,59); }

 div.DivClassName
 {
   background-color: #C9243B;
 }
 .BgClassName
 {
   background-color: #C9243B;
 }
</style>
border-color css

<style>
 span { border-color: #C9243B; }

 span { border-color: rgb(201,36,59); }

 td.TdClassName
 {
   border-color: #C9243B;
 }
 .TagClassName
 {
   border-color: #C9243B;
 }
</style>