Html Css Color HEX #C00609 Venetian Red

📋 copy color: '#C00609'

red 192 ◦ green 6 ◦ blue 9

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

Shades of Venetian Red #C00609

Tints of Venetian Red #C00609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.9%

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

R = 92.75%
G = 2.9%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C00609 (or 0xC00609) is known color: Venetian Red. HEX triplet: C0, 06 and 09. RGB value is (192,6,9). Sum of RGB (Red+Green+Blue) = 192+6+9=207 (27% of max value = 765). Red value is 192 (75.39% from 255 or 92.75% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 192 - color contains mainly: red. Hex color #C00609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00609 is #3FF9F6. Grayscale: #3E3E3E. Windows color (decimal): -4192759 or 591552. OLE color: 591552.

HSL color Cylindrical-coordinate representation of color #C00609: hue angle of 359.03º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00609 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 6 9 -
CMYK 0 0.97 0.95 0.25
HSL 359.03º 0.94% 0.39% -
HSV(B) 359.03º 0.97% 0.75% -
XYZ 21.85 11.36 1.3 -
YUV 61.96 98.12 220.76 -
System Red Green Blue C M Y K H S L
Decimal 192 6 9 0 0.97 0.95 0.25 359.03 0.94 0.39
Hex C0 6 9 0 61 5F 19 167 5E 27
Octal 300 6 11 0 141 137 31 547 136 47
Binary 11000000 110 1001 0 1100001 1011111 11001 101100111 1011110 100111

Color Harmonies of #C00609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00609

Black with #C00609

Text Example


Text Example

White with #C00609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00609; }

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

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

background-color css

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

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

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

border-color css

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

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

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