Html Css Color HEX #C92534 Cardinal

📋 copy color: '#C92534'

red 201 ◦ green 37 ◦ blue 52

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

Shades of Cardinal #C92534

Tints of Cardinal #C92534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.93%

R = 69.31%
G = 12.76%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C92534 (or 0xC92534) is known color: Cardinal. HEX triplet: C9, 25 and 34. RGB value is (201,37,52). Sum of RGB (Red+Green+Blue) = 201+37+52=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C92534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92534 is #36DACB. Grayscale: #575757. Windows color (decimal): -3594956 or 3417545. OLE color: 3417545.

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

Color convert

RGB 201 37 52 -
CMYK 0 0.82 0.74 0.21
HSL 354.51º 0.69% 0.47% -
HSV(B) 354.51º 0.82% 0.79% -
XYZ 25.37 13.99 4.61 -
YUV 87.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 201 37 52 0 0.82 0.74 0.21 354.51 0.69 0.47
Hex C9 25 34 0 52 4A 15 163 45 2F
Octal 311 45 64 0 122 112 25 543 105 57
Binary 11001001 100101 110100 0 1010010 1001010 10101 101100011 1000101 101111

Color Harmonies of #C92534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92534

Black with #C92534

Text Example


Text Example

White with #C92534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92534; }

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

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

background-color css

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

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

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

border-color css

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

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

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