Html Css Color HEX #C20506 Venetian Red

📋 copy color: '#C20506'

red 194 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #C20506

Tints of Venetian Red #C20506

RGB

 RED value IS 194 (76.17% from 255) = 94.63%

 GREEN value IS 5 (2.34% from 255) = 2.44%

 BLUE value IS 6 (2.73% from 255) = 2.93%

R = 94.63%
G = 2.44%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C20506 (or 0xC20506) is known color: Venetian Red. HEX triplet: C2, 05 and 06. RGB value is (194,5,6). Sum of RGB (Red+Green+Blue) = 194+5+6=205 (27% of max value = 765). Red value is 194 (76.17% from 255 or 94.63% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 194 - color contains mainly: red. Hex color #C20506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20506 is #3DFAF9. Grayscale: #3D3D3D. Windows color (decimal): -4061946 or 394690. OLE color: 394690.

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

Color convert

RGB 194 5 6 -
CMYK 0 0.97 0.97 0.24
HSL 359.68º 0.95% 0.39% -
HSV(B) 359.68º 0.97% 0.76% -
XYZ 22.34 11.59 1.23 -
YUV 61.63 96.62 222.42 -
System Red Green Blue C M Y K H S L
Decimal 194 5 6 0 0.97 0.97 0.24 359.68 0.95 0.39
Hex C2 5 6 0 61 61 18 168 5F 27
Octal 302 5 6 0 141 141 30 550 137 47
Binary 11000010 101 110 0 1100001 1100001 11000 101101000 1011111 100111

Color Harmonies of #C20506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20506

Black with #C20506

Text Example


Text Example

White with #C20506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20506; }

 p { color: rgb(194,5,6); }

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

background-color css

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

 a { background-color: rgb(194,5,6); }

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

border-color css

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

 span { border-color: rgb(194,5,6); }

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