Html Css Color HEX #C91733 Cardinal

📋 copy color: '#C91733'

red 201 ◦ green 23 ◦ blue 51

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

Shades of Cardinal #C91733

Tints of Cardinal #C91733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.36%

 BLUE value IS 51 (20.31% from 255) = 18.55%

R = 73.09%
G = 8.36%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C91733 (or 0xC91733) is known color: Cardinal. HEX triplet: C9, 17 and 33. RGB value is (201,23,51). Sum of RGB (Red+Green+Blue) = 201+23+51=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C91733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91733 is #36E8CC. Grayscale: #4F4F4F. Windows color (decimal): -3598541 or 3348425. OLE color: 3348425.

HSL color Cylindrical-coordinate representation of color #C91733: hue angle of 350.56º degrees, saturation: 0.79, 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 #C91733 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 23 51 -
CMYK 0 0.89 0.75 0.21
HSL 350.56º 0.79% 0.44% -
HSV(B) 350.56º 0.89% 0.79% -
XYZ 24.99 13.27 4.38 -
YUV 79.41 111.97 214.72 -
System Red Green Blue C M Y K H S L
Decimal 201 23 51 0 0.89 0.75 0.21 350.56 0.79 0.44
Hex C9 17 33 0 59 4B 15 15F 4F 2C
Octal 311 27 63 0 131 113 25 537 117 54
Binary 11001001 10111 110011 0 1011001 1001011 10101 101011111 1001111 101100

Color Harmonies of #C91733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91733

Black with #C91733

Text Example


Text Example

White with #C91733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91733; }

 p { color: rgb(201,23,51); }

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

background-color css

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

 a { background-color: rgb(201,23,51); }

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

border-color css

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

 span { border-color: rgb(201,23,51); }

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