Html Css Color HEX #C92536 Cardinal

📋 copy color: '#C92536'

red 201 ◦ green 37 ◦ blue 54

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

Shades of Cardinal #C92536

Tints of Cardinal #C92536

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.67%

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

R = 68.84%
G = 12.67%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C92536 (or 0xC92536) is known color: Cardinal. HEX triplet: C9, 25 and 36. RGB value is (201,37,54). Sum of RGB (Red+Green+Blue) = 201+37+54=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C92536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92536 is #36DAC9. Grayscale: #585858. Windows color (decimal): -3594954 or 3548617. OLE color: 3548617.

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

Color convert

RGB 201 37 54 -
CMYK 0 0.82 0.73 0.21
HSL 353.78º 0.69% 0.47% -
HSV(B) 353.78º 0.82% 0.79% -
XYZ 25.41 14.01 4.85 -
YUV 87.97 108.83 208.62 -
System Red Green Blue C M Y K H S L
Decimal 201 37 54 0 0.82 0.73 0.21 353.78 0.69 0.47
Hex C9 25 36 0 52 49 15 162 45 2F
Octal 311 45 66 0 122 111 25 542 105 57
Binary 11001001 100101 110110 0 1010010 1001001 10101 101100010 1000101 101111

Color Harmonies of #C92536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92536

Black with #C92536

Text Example


Text Example

White with #C92536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92536; }

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

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

background-color css

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

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

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

border-color css

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

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

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