Html Css Color HEX #C91635 Cardinal

📋 copy color: '#C91635'

red 201 ◦ green 22 ◦ blue 53

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

Shades of Cardinal #C91635

Tints of Cardinal #C91635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.97%

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

R = 72.83%
G = 7.97%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C91635 (or 0xC91635) is known color: Cardinal. HEX triplet: C9, 16 and 35. RGB value is (201,22,53). Sum of RGB (Red+Green+Blue) = 201+22+53=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C91635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91635 is #36E9CA. Grayscale: #4F4F4F. Windows color (decimal): -3598795 or 3479241. OLE color: 3479241.

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

Color convert

RGB 201 22 53 -
CMYK 0 0.89 0.74 0.21
HSL 349.61º 0.8% 0.44% -
HSV(B) 349.61º 0.89% 0.79% -
XYZ 25.02 13.25 4.61 -
YUV 79.06 113.3 214.98 -
System Red Green Blue C M Y K H S L
Decimal 201 22 53 0 0.89 0.74 0.21 349.61 0.8 0.44
Hex C9 16 35 0 59 4A 15 15E 50 2C
Octal 311 26 65 0 131 112 25 536 120 54
Binary 11001001 10110 110101 0 1011001 1001010 10101 101011110 1010000 101100

Color Harmonies of #C91635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91635

Black with #C91635

Text Example


Text Example

White with #C91635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91635; }

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

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

background-color css

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

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

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

border-color css

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

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

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