Html Css Color HEX #C00205 Venetian Red

📋 copy color: '#C00205'

red 192 ◦ green 2 ◦ blue 5

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

Shades of Venetian Red #C00205

Tints of Venetian Red #C00205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

 BLUE value IS 5 (2.34% from 255) = 2.51%

R = 96.48%
G = 1.01%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C00205 (or 0xC00205) is known color: Venetian Red. HEX triplet: C0, 02 and 05. RGB value is (192,2,5). Sum of RGB (Red+Green+Blue) = 192+2+5=199 (26% of max value = 765). Red value is 192 (75.39% from 255 or 96.48% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 192 - color contains mainly: red. Hex color #C00205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00205 is #3FFDFA. Grayscale: #3B3B3B. Windows color (decimal): -4193787 or 328384. OLE color: 328384.

HSL color Cylindrical-coordinate representation of color #C00205: hue angle of 359.05º degrees, saturation: 0.98, 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 #C00205 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 2 5 -
CMYK 0 0.99 0.97 0.25
HSL 359.05º 0.98% 0.38% -
HSV(B) 359.05º 0.99% 0.75% -
XYZ 21.79 11.26 1.17 -
YUV 59.15 97.45 222.76 -
System Red Green Blue C M Y K H S L
Decimal 192 2 5 0 0.99 0.97 0.25 359.05 0.98 0.38
Hex C0 2 5 0 63 61 19 167 62 26
Octal 300 2 5 0 143 141 31 547 142 46
Binary 11000000 10 101 0 1100011 1100001 11001 101100111 1100010 100110

Color Harmonies of #C00205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00205

Black with #C00205

Text Example


Text Example

White with #C00205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00205; }

 p { color: rgb(192,2,5); }

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

background-color css

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

 a { background-color: rgb(192,2,5); }

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

border-color css

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

 span { border-color: rgb(192,2,5); }

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