Html Css Color HEX #C92142 Cardinal

📋 copy color: '#C92142'

red 201 ◦ green 33 ◦ blue 66

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

Shades of Cardinal #C92142

Tints of Cardinal #C92142

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11%

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

R = 67%
G = 11%
B = 22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C92142 (or 0xC92142) is known color: Cardinal. HEX triplet: C9, 21 and 42. RGB value is (201,33,66). Sum of RGB (Red+Green+Blue) = 201+33+66=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C92142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92142 is #36DEBD. Grayscale: #575757. Windows color (decimal): -3595966 or 4334025. OLE color: 4334025.

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

Color convert

RGB 201 33 66 -
CMYK 0 0.84 0.67 0.21
HSL 348.21º 0.72% 0.46% -
HSV(B) 348.21º 0.84% 0.79% -
XYZ 25.61 13.9 6.49 -
YUV 86.99 116.16 209.32 -
System Red Green Blue C M Y K H S L
Decimal 201 33 66 0 0.84 0.67 0.21 348.21 0.72 0.46
Hex C9 21 42 0 54 43 15 15C 48 2E
Octal 311 41 102 0 124 103 25 534 110 56
Binary 11001001 100001 1000010 0 1010100 1000011 10101 101011100 1001000 101110

Color Harmonies of #C92142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92142

Black with #C92142

Text Example


Text Example

White with #C92142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92142; }

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

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

background-color css

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

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

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

border-color css

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

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

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