Html Css Color HEX #C00009 Venetian Red

📋 copy color: '#C00009'

red 192 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #C00009

Tints of Venetian Red #C00009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.48%

R = 95.52%
G = 0%
B = 4.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C00009 (or 0xC00009) is known color: Venetian Red. HEX triplet: C0, 00 and 09. RGB value is (192,0,9). Sum of RGB (Red+Green+Blue) = 192+0+9=201 (26% of max value = 765). Red value is 192 (75.39% from 255 or 95.52% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 192 - color contains mainly: red. Hex color #C00009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00009 is #3FFFF6. Grayscale: #3A3A3A. Windows color (decimal): -4194295 or 590016. OLE color: 590016.

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

Color convert

RGB 192 0 9 -
CMYK 0 1 0.95 0.25
HSL 357.19º 1% 0.38% -
HSV(B) 357.19º 1% 0.75% -
XYZ 21.79 11.23 1.28 -
YUV 58.43 100.11 223.27 -
System Red Green Blue C M Y K H S L
Decimal 192 0 9 0 1 0.95 0.25 357.19 1 0.38
Hex C0 0 9 0 64 5F 19 165 64 26
Octal 300 0 11 0 144 137 31 545 144 46
Binary 11000000 0 1001 0 1100100 1011111 11001 101100101 1100100 100110

Color Harmonies of #C00009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00009

Black with #C00009

Text Example


Text Example

White with #C00009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00009; }

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

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

background-color css

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

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

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

border-color css

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

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

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