Html Css Color HEX #C92342 Cardinal

📋 copy color: '#C92342'

red 201 ◦ green 35 ◦ blue 66

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

Shades of Cardinal #C92342

Tints of Cardinal #C92342

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.59%

 BLUE value IS 66 (26.17% from 255) = 21.85%

R = 66.56%
G = 11.59%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C92342 (or 0xC92342) is known color: Cardinal. HEX triplet: C9, 23 and 42. RGB value is (201,35,66). Sum of RGB (Red+Green+Blue) = 201+35+66=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C92342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92342 is #36DCBD. Grayscale: #585858. Windows color (decimal): -3595454 or 4334537. OLE color: 4334537.

HSL color Cylindrical-coordinate representation of color #C92342: hue angle of 348.8º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92342 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 35 66 -
CMYK 0 0.83 0.67 0.21
HSL 348.8º 0.7% 0.46% -
HSV(B) 348.8º 0.83% 0.79% -
XYZ 25.67 14.01 6.51 -
YUV 88.17 115.5 208.48 -
System Red Green Blue C M Y K H S L
Decimal 201 35 66 0 0.83 0.67 0.21 348.8 0.7 0.46
Hex C9 23 42 0 53 43 15 15D 46 2E
Octal 311 43 102 0 123 103 25 535 106 56
Binary 11001001 100011 1000010 0 1010011 1000011 10101 101011101 1000110 101110

Color Harmonies of #C92342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92342

Black with #C92342

Text Example


Text Example

White with #C92342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92342; }

 p { color: rgb(201,35,66); }

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

background-color css

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

 a { background-color: rgb(201,35,66); }

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

border-color css

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

 span { border-color: rgb(201,35,66); }

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