Html Css Color HEX #C9243B Cardinal

📋 copy color: '#C9243B'

red 201 ◦ green 36 ◦ blue 59

#C9243B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C9243B

Tints of Cardinal #C9243B

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 value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9243B (or 0xC9243B) is known color: 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

RGB 201 36 59 -
CMYK 0 0.82 0.71 0.21
HSL 351.64º 0.7% 0.46% -
HSV(B) 351.64º 0.82% 0.79% -
XYZ 25.51 14 5.49 -
YUV 87.96 111.66 208.63 -
System Red Green Blue C M Y K H S L
Decimal 201 36 59 0 0.82 0.71 0.21 351.64 0.7 0.46
Hex C9 24 3B 0 52 47 15 160 46 2E
Octal 311 44 73 0 122 107 25 540 106 56
Binary 11001001 100100 111011 0 1010010 1000111 10101 101100000 1000110 101110

Color Harmonies of #C9243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9243B

Black with #C9243B

Text Example


Text Example

White with #C9243B

Text Example


Text Example

HTML Codes & Css Web 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>