Html Css Color HEX #C91033 Cardinal

📋 copy color: '#C91033'

red 201 ◦ green 16 ◦ blue 51

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

Shades of Cardinal #C91033

Tints of Cardinal #C91033

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.97%

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

R = 75%
G = 5.97%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C91033 (or 0xC91033) is known color: Cardinal. HEX triplet: C9, 10 and 33. RGB value is (201,16,51). Sum of RGB (Red+Green+Blue) = 201+16+51=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C91033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91033 is #36EFCC. Grayscale: #4B4B4B. Windows color (decimal): -3600333 or 3346633. OLE color: 3346633.

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

Color convert

RGB 201 16 51 -
CMYK 0 0.92 0.75 0.21
HSL 348.65º 0.85% 0.43% -
HSV(B) 348.65º 0.92% 0.79% -
XYZ 24.87 13.03 4.34 -
YUV 75.31 114.29 217.65 -
System Red Green Blue C M Y K H S L
Decimal 201 16 51 0 0.92 0.75 0.21 348.65 0.85 0.43
Hex C9 10 33 0 5C 4B 15 15D 55 2B
Octal 311 20 63 0 134 113 25 535 125 53
Binary 11001001 10000 110011 0 1011100 1001011 10101 101011101 1010101 101011

Color Harmonies of #C91033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91033

Black with #C91033

Text Example


Text Example

White with #C91033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91033; }

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

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

background-color css

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

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

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

border-color css

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

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

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