Html Css Color HEX #C9011A Venetian Red

📋 copy color: '#C9011A'

red 201 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #C9011A

Tints of Venetian Red #C9011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 26 (10.55% from 255) = 11.4%

R = 88.16%
G = 0.44%
B = 11.4%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9011A (or 0xC9011A) is known color: Venetian Red. HEX triplet: C9, 01 and 1A. RGB value is (201,1,26). Sum of RGB (Red+Green+Blue) = 201+1+26=228 (30% of max value = 765). Red value is 201 (78.91% from 255 or 88.16% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 201 - color contains mainly: red. Hex color #C9011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9011A is #36FEE5. Grayscale: #3F3F3F. Windows color (decimal): -3604198 or 1704393. OLE color: 1704393.

HSL color Cylindrical-coordinate representation of color #C9011A: hue angle of 352.5º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9011A is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 1 26 -
CMYK 0 1.00 0.87 0.21
HSL 352.5º 0.99% 0.4% -
HSV(B) 352.5º 1% 0.79% -
XYZ 24.28 12.51 2.11 -
YUV 63.65 106.76 225.97 -
System Red Green Blue C M Y K H S L
Decimal 201 1 26 0 1.00 0.87 0.21 352.5 0.99 0.4
Hex C9 1 1A 0 64 57 15 160 63 28
Octal 311 1 32 0 144 127 25 540 143 50
Binary 11001001 1 11010 0 1100100 1010111 10101 101100000 1100011 101000

Color Harmonies of #C9011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9011A

Black with #C9011A

Text Example


Text Example

White with #C9011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9011A; }

 p { color: rgb(201,1,26); }

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

background-color css

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

 a { background-color: rgb(201,1,26); }

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

border-color css

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

 span { border-color: rgb(201,1,26); }

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