Html Css Color HEX #C00011 Venetian Red

📋 copy color: '#C00011'

red 192 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #C00011

Tints of Venetian Red #C00011

RGB

 RED value IS 192 (75.39% from 255) = 91.87%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 17 (7.03% from 255) = 8.13%

R = 91.87%
G = 0%
B = 8.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C00011 (or 0xC00011) is known color: Venetian Red. HEX triplet: C0, 00 and 11. RGB value is (192,0,17). Sum of RGB (Red+Green+Blue) = 192+0+17=209 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.87% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 192 - color contains mainly: red. Hex color #C00011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00011 is #3FFFEE. Grayscale: #3B3B3B. Windows color (decimal): -4194287 or 1114304. OLE color: 1114304.

HSL color Cylindrical-coordinate representation of color #C00011: hue angle of 354.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00011 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 0 17 -
CMYK 0 1 0.91 0.25
HSL 354.69º 1% 0.38% -
HSV(B) 354.69º 1% 0.75% -
XYZ 21.84 11.25 1.55 -
YUV 59.35 104.11 222.62 -
System Red Green Blue C M Y K H S L
Decimal 192 0 17 0 1 0.91 0.25 354.69 1 0.38
Hex C0 0 11 0 64 5B 19 163 64 26
Octal 300 0 21 0 144 133 31 543 144 46
Binary 11000000 0 10001 0 1100100 1011011 11001 101100011 1100100 100110

Color Harmonies of #C00011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00011

Black with #C00011

Text Example


Text Example

White with #C00011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00011; }

 p { color: rgb(192,0,17); }

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

background-color css

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

 a { background-color: rgb(192,0,17); }

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

border-color css

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

 span { border-color: rgb(192,0,17); }

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