Html Css Color HEX #C9010B Venetian Red

📋 copy color: '#C9010B'

red 201 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #C9010B

Tints of Venetian Red #C9010B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.16%

R = 94.37%
G = 0.47%
B = 5.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9010B (or 0xC9010B) is known color: Venetian Red. HEX triplet: C9, 01 and 0B. RGB value is (201,1,11). Sum of RGB (Red+Green+Blue) = 201+1+11=213 (28% of max value = 765). Red value is 201 (78.91% from 255 or 94.37% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 201 - color contains mainly: red. Hex color #C9010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9010B is #36FEF4. Grayscale: #3E3E3E. Windows color (decimal): -3604213 or 721353. OLE color: 721353.

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

Color convert

RGB 201 1 11 -
CMYK 0 1.00 0.95 0.21
HSL 357º 0.99% 0.4% -
HSV(B) 357º 1% 0.79% -
XYZ 24.16 12.46 1.45 -
YUV 61.94 99.26 227.19 -
System Red Green Blue C M Y K H S L
Decimal 201 1 11 0 1.00 0.95 0.21 357 0.99 0.4
Hex C9 1 B 0 64 5F 15 165 63 28
Octal 311 1 13 0 144 137 25 545 143 50
Binary 11001001 1 1011 0 1100100 1011111 10101 101100101 1100011 101000

Color Harmonies of #C9010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9010B

Black with #C9010B

Text Example


Text Example

White with #C9010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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