Html Css Color HEX #C9011B Venetian Red

📋 copy color: '#C9011B'

red 201 ◦ green 1 ◦ blue 27

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

Shades of Venetian Red #C9011B

Tints of Venetian Red #C9011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.79%

R = 87.77%
G = 0.44%
B = 11.79%

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

#C9011B (or 0xC9011B) is known color: Venetian Red. HEX triplet: C9, 01 and 1B. RGB value is (201,1,27). Sum of RGB (Red+Green+Blue) = 201+1+27=229 (30% of max value = 765). Red value is 201 (78.91% from 255 or 87.77% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 201 - color contains mainly: red. Hex color #C9011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9011B is #36FEE4. Grayscale: #3F3F3F. Windows color (decimal): -3604197 or 1769929. OLE color: 1769929.

HSL color Cylindrical-coordinate representation of color #C9011B: hue angle of 352.2º 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 #C9011B is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 1 27 -
CMYK 0 1.00 0.87 0.21
HSL 352.2º 0.99% 0.4% -
HSV(B) 352.2º 1% 0.79% -
XYZ 24.3 12.52 2.17 -
YUV 63.76 107.26 225.89 -
System Red Green Blue C M Y K H S L
Decimal 201 1 27 0 1.00 0.87 0.21 352.2 0.99 0.4
Hex C9 1 1B 0 64 57 15 160 63 28
Octal 311 1 33 0 144 127 25 540 143 50
Binary 11001001 1 11011 0 1100100 1010111 10101 101100000 1100011 101000

Color Harmonies of #C9011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9011B

Black with #C9011B

Text Example


Text Example

White with #C9011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9011B; }

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

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

background-color css

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

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

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

border-color css

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

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

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