Html Css Color HEX #C92533 Cardinal

📋 copy color: '#C92533'

red 201 ◦ green 37 ◦ blue 51

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

Shades of Cardinal #C92533

Tints of Cardinal #C92533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.65%

R = 69.55%
G = 12.8%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C92533 (or 0xC92533) is known color: Cardinal. HEX triplet: C9, 25 and 33. RGB value is (201,37,51). Sum of RGB (Red+Green+Blue) = 201+37+51=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C92533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92533 is #36DACC. Grayscale: #575757. Windows color (decimal): -3594957 or 3352009. OLE color: 3352009.

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

Color convert

RGB 201 37 51 -
CMYK 0 0.82 0.75 0.21
HSL 354.88º 0.69% 0.47% -
HSV(B) 354.88º 0.82% 0.79% -
XYZ 25.35 13.98 4.49 -
YUV 87.63 107.33 208.86 -
System Red Green Blue C M Y K H S L
Decimal 201 37 51 0 0.82 0.75 0.21 354.88 0.69 0.47
Hex C9 25 33 0 52 4B 15 163 45 2F
Octal 311 45 63 0 122 113 25 543 105 57
Binary 11001001 100101 110011 0 1010010 1001011 10101 101100011 1000101 101111

Color Harmonies of #C92533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92533

Black with #C92533

Text Example


Text Example

White with #C92533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92533; }

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

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

background-color css

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

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

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

border-color css

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

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

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