Html Css Color HEX #C92041 Cardinal

📋 copy color: '#C92041'

red 201 ◦ green 32 ◦ blue 65

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

Shades of Cardinal #C92041

Tints of Cardinal #C92041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.74%

 BLUE value IS 65 (25.78% from 255) = 21.81%

R = 67.45%
G = 10.74%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C92041 (or 0xC92041) is known color: Cardinal. HEX triplet: C9, 20 and 41. RGB value is (201,32,65). Sum of RGB (Red+Green+Blue) = 201+32+65=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C92041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92041 is #36DFBE. Grayscale: #565656. Windows color (decimal): -3596223 or 4268233. OLE color: 4268233.

HSL color Cylindrical-coordinate representation of color #C92041: hue angle of 348.28º degrees, saturation: 0.73, 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 #C92041 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 32 65 -
CMYK 0 0.84 0.68 0.21
HSL 348.28º 0.73% 0.46% -
HSV(B) 348.28º 0.84% 0.79% -
XYZ 25.56 13.83 6.32 -
YUV 86.29 115.99 209.82 -
System Red Green Blue C M Y K H S L
Decimal 201 32 65 0 0.84 0.68 0.21 348.28 0.73 0.46
Hex C9 20 41 0 54 44 15 15C 49 2E
Octal 311 40 101 0 124 104 25 534 111 56
Binary 11001001 100000 1000001 0 1010100 1000100 10101 101011100 1001001 101110

Color Harmonies of #C92041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92041

Black with #C92041

Text Example


Text Example

White with #C92041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92041; }

 p { color: rgb(201,32,65); }

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

background-color css

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

 a { background-color: rgb(201,32,65); }

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

border-color css

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

 span { border-color: rgb(201,32,65); }

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