Html Css Color HEX #C92636 Cardinal

📋 copy color: '#C92636'

red 201 ◦ green 38 ◦ blue 54

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

Shades of Cardinal #C92636

Tints of Cardinal #C92636

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.97%

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

R = 68.6%
G = 12.97%
B = 18.43%

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

#C92636 (or 0xC92636) is known color: Cardinal. HEX triplet: C9, 26 and 36. RGB value is (201,38,54). Sum of RGB (Red+Green+Blue) = 201+38+54=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C92636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92636 is #36D9C9. Grayscale: #585858. Windows color (decimal): -3594698 or 3548873. OLE color: 3548873.

HSL color Cylindrical-coordinate representation of color #C92636: hue angle of 354.11º 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 #C92636 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 38 54 -
CMYK 0 0.81 0.73 0.21
HSL 354.11º 0.68% 0.47% -
HSV(B) 354.11º 0.81% 0.79% -
XYZ 25.45 14.07 4.86 -
YUV 88.56 108.5 208.2 -
System Red Green Blue C M Y K H S L
Decimal 201 38 54 0 0.81 0.73 0.21 354.11 0.68 0.47
Hex C9 26 36 0 51 49 15 162 44 2F
Octal 311 46 66 0 121 111 25 542 104 57
Binary 11001001 100110 110110 0 1010001 1001001 10101 101100010 1000100 101111

Color Harmonies of #C92636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92636

Black with #C92636

Text Example


Text Example

White with #C92636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92636; }

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

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

background-color css

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

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

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

border-color css

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

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

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