Html Css Color HEX #C92135 Cardinal

📋 copy color: '#C92135'

red 201 ◦ green 33 ◦ blue 53

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

Shades of Cardinal #C92135

Tints of Cardinal #C92135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.47%

R = 70.03%
G = 11.5%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C92135 (or 0xC92135) is known color: Cardinal. HEX triplet: C9, 21 and 35. RGB value is (201,33,53). Sum of RGB (Red+Green+Blue) = 201+33+53=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C92135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92135 is #36DECA. Grayscale: #555555. Windows color (decimal): -3595979 or 3482057. OLE color: 3482057.

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

Color convert

RGB 201 33 53 -
CMYK 0 0.84 0.74 0.21
HSL 352.86º 0.72% 0.46% -
HSV(B) 352.86º 0.84% 0.79% -
XYZ 25.27 13.76 4.69 -
YUV 85.51 109.66 210.37 -
System Red Green Blue C M Y K H S L
Decimal 201 33 53 0 0.84 0.74 0.21 352.86 0.72 0.46
Hex C9 21 35 0 54 4A 15 161 48 2E
Octal 311 41 65 0 124 112 25 541 110 56
Binary 11001001 100001 110101 0 1010100 1001010 10101 101100001 1001000 101110

Color Harmonies of #C92135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92135

Black with #C92135

Text Example


Text Example

White with #C92135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92135; }

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

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

background-color css

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

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

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

border-color css

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

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

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