Html Css Color HEX #C92635 Cardinal

📋 copy color: '#C92635'

red 201 ◦ green 38 ◦ blue 53

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

Shades of Cardinal #C92635

Tints of Cardinal #C92635

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.01%

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

R = 68.84%
G = 13.01%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C92635 (or 0xC92635) is known color: Cardinal. HEX triplet: C9, 26 and 35. RGB value is (201,38,53). Sum of RGB (Red+Green+Blue) = 201+38+53=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C92635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92635 is #36D9CA. Grayscale: #585858. Windows color (decimal): -3594699 or 3483337. OLE color: 3483337.

HSL color Cylindrical-coordinate representation of color #C92635: hue angle of 354.48º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92635 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 38 53 -
CMYK 0 0.81 0.74 0.21
HSL 354.48º 0.68% 0.47% -
HSV(B) 354.48º 0.81% 0.79% -
XYZ 25.42 14.06 4.74 -
YUV 88.45 108 208.28 -
System Red Green Blue C M Y K H S L
Decimal 201 38 53 0 0.81 0.74 0.21 354.48 0.68 0.47
Hex C9 26 35 0 51 4A 15 162 44 2F
Octal 311 46 65 0 121 112 25 542 104 57
Binary 11001001 100110 110101 0 1010001 1001010 10101 101100010 1000100 101111

Color Harmonies of #C92635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92635

Black with #C92635

Text Example


Text Example

White with #C92635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92635; }

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

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

background-color css

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

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

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

border-color css

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

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

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