Html Css Color HEX #C00109 Venetian Red

📋 copy color: '#C00109'

red 192 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #C00109

Tints of Venetian Red #C00109

RGB

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

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

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

R = 95.05%
G = 0.5%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C00109 (or 0xC00109) is known color: Venetian Red. HEX triplet: C0, 01 and 09. RGB value is (192,1,9). Sum of RGB (Red+Green+Blue) = 192+1+9=202 (26% of max value = 765). Red value is 192 (75.39% from 255 or 95.05% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 192 - color contains mainly: red. Hex color #C00109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00109 is #3FFEF6. Grayscale: #3B3B3B. Windows color (decimal): -4194039 or 590272. OLE color: 590272.

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

Color convert

RGB 192 1 9 -
CMYK 0 0.99 0.95 0.25
HSL 357.49º 0.99% 0.38% -
HSV(B) 357.49º 0.99% 0.75% -
XYZ 21.8 11.25 1.28 -
YUV 59.02 99.78 222.85 -
System Red Green Blue C M Y K H S L
Decimal 192 1 9 0 0.99 0.95 0.25 357.49 0.99 0.38
Hex C0 1 9 0 63 5F 19 165 63 26
Octal 300 1 11 0 143 137 31 545 143 46
Binary 11000000 1 1001 0 1100011 1011111 11001 101100101 1100011 100110

Color Harmonies of #C00109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00109

Black with #C00109

Text Example


Text Example

White with #C00109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00109; }

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

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

background-color css

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

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

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

border-color css

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

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

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