Html Css Color HEX #C9011F Venetian Red

📋 copy color: '#C9011F'

red 201 ◦ green 1 ◦ blue 31

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

Shades of Venetian Red #C9011F

Tints of Venetian Red #C9011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.3%

R = 86.27%
G = 0.43%
B = 13.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9011F (or 0xC9011F) is known color: Venetian Red. HEX triplet: C9, 01 and 1F. RGB value is (201,1,31). Sum of RGB (Red+Green+Blue) = 201+1+31=233 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.27% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 201 - color contains mainly: red. Hex color #C9011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9011F is #36FEE0. Grayscale: #404040. Windows color (decimal): -3604193 or 2032073. OLE color: 2032073.

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

Color convert

RGB 201 1 31 -
CMYK 0 1.00 0.85 0.21
HSL 351º 0.99% 0.4% -
HSV(B) 351º 1% 0.79% -
XYZ 24.35 12.54 2.43 -
YUV 64.22 109.26 225.56 -
System Red Green Blue C M Y K H S L
Decimal 201 1 31 0 1.00 0.85 0.21 351 0.99 0.4
Hex C9 1 1F 0 64 55 15 15F 63 28
Octal 311 1 37 0 144 125 25 537 143 50
Binary 11001001 1 11111 0 1100100 1010101 10101 101011111 1100011 101000

Color Harmonies of #C9011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9011F

Black with #C9011F

Text Example


Text Example

White with #C9011F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9011F; }

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

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

background-color css

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

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

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

border-color css

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

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

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