Html Css Color HEX #C20208 Venetian Red

📋 copy color: '#C20208'

red 194 ◦ green 2 ◦ blue 8

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

Shades of Venetian Red #C20208

Tints of Venetian Red #C20208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.92%

R = 95.1%
G = 0.98%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C20208 (or 0xC20208) is known color: Venetian Red. HEX triplet: C2, 02 and 08. RGB value is (194,2,8). Sum of RGB (Red+Green+Blue) = 194+2+8=204 (27% of max value = 765). Red value is 194 (76.17% from 255 or 95.10% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 194 - color contains mainly: red. Hex color #C20208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20208 is #3DFDF7. Grayscale: #3C3C3C. Windows color (decimal): -4062712 or 524994. OLE color: 524994.

HSL color Cylindrical-coordinate representation of color #C20208: hue angle of 358.12º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20208 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 2 8 -
CMYK 0 0.99 0.96 0.24
HSL 358.13º 0.98% 0.38% -
HSV(B) 358.13º 0.99% 0.76% -
XYZ 22.31 11.53 1.28 -
YUV 60.09 98.61 223.51 -
System Red Green Blue C M Y K H S L
Decimal 194 2 8 0 0.99 0.96 0.24 358.13 0.98 0.38
Hex C2 2 8 0 63 60 18 166 62 26
Octal 302 2 10 0 143 140 30 546 142 46
Binary 11000010 10 1000 0 1100011 1100000 11000 101100110 1100010 100110

Color Harmonies of #C20208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20208

Black with #C20208

Text Example


Text Example

White with #C20208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20208; }

 p { color: rgb(194,2,8); }

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

background-color css

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

 a { background-color: rgb(194,2,8); }

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

border-color css

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

 span { border-color: rgb(194,2,8); }

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