Html Css Color HEX #C92736 Cardinal

📋 copy color: '#C92736'

red 201 ◦ green 39 ◦ blue 54

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

Shades of Cardinal #C92736

Tints of Cardinal #C92736

RGB

 RED value IS 201 (78.91% from 255) = 68.37%

 GREEN value IS 39 (15.63% from 255) = 13.27%

 BLUE value IS 54 (21.48% from 255) = 18.37%

R = 68.37%
G = 13.27%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C92736 (or 0xC92736) is known color: Cardinal. HEX triplet: C9, 27 and 36. RGB value is (201,39,54). Sum of RGB (Red+Green+Blue) = 201+39+54=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C92736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92736 is #36D8C9. Grayscale: #595959. Windows color (decimal): -3594442 or 3549129. OLE color: 3549129.

HSL color Cylindrical-coordinate representation of color #C92736: hue angle of 354.44º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92736 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 39 54 -
CMYK 0 0.81 0.73 0.21
HSL 354.44º 0.68% 0.47% -
HSV(B) 354.44º 0.81% 0.79% -
XYZ 25.48 14.13 4.88 -
YUV 89.15 108.17 207.78 -
System Red Green Blue C M Y K H S L
Decimal 201 39 54 0 0.81 0.73 0.21 354.44 0.68 0.47
Hex C9 27 36 0 51 49 15 162 44 2F
Octal 311 47 66 0 121 111 25 542 104 57
Binary 11001001 100111 110110 0 1010001 1001001 10101 101100010 1000100 101111

Color Harmonies of #C92736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92736

Black with #C92736

Text Example


Text Example

White with #C92736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92736; }

 p { color: rgb(201,39,54); }

 H1.HeaderClassName
 {
   color: #C92736;
 }
 .AnyTagClassName
 {
   color: #C92736;
 }
</style>

background-color css

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

 a { background-color: rgb(201,39,54); }

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

border-color css

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

 span { border-color: rgb(201,39,54); }

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