Html Css Color HEX #C91833 Cardinal

📋 copy color: '#C91833'

red 201 ◦ green 24 ◦ blue 51

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

Shades of Cardinal #C91833

Tints of Cardinal #C91833

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.7%

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

R = 72.83%
G = 8.7%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C91833 (or 0xC91833) is known color: Cardinal. HEX triplet: C9, 18 and 33. RGB value is (201,24,51). Sum of RGB (Red+Green+Blue) = 201+24+51=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C91833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91833 is #36E7CC. Grayscale: #505050. Windows color (decimal): -3598285 or 3348681. OLE color: 3348681.

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

Color convert

RGB 201 24 51 -
CMYK 0 0.88 0.75 0.21
HSL 350.85º 0.79% 0.44% -
HSV(B) 350.85º 0.88% 0.79% -
XYZ 25.01 13.31 4.38 -
YUV 80 111.64 214.3 -
System Red Green Blue C M Y K H S L
Decimal 201 24 51 0 0.88 0.75 0.21 350.85 0.79 0.44
Hex C9 18 33 0 58 4B 15 15F 4F 2C
Octal 311 30 63 0 130 113 25 537 117 54
Binary 11001001 11000 110011 0 1011000 1001011 10101 101011111 1001111 101100

Color Harmonies of #C91833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91833

Black with #C91833

Text Example


Text Example

White with #C91833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91833; }

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

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

background-color css

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

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

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

border-color css

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

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

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