Html Css Color HEX #C20008 Venetian Red

📋 copy color: '#C20008'

red 194 ◦ green 0 ◦ blue 8

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

Shades of Venetian Red #C20008

Tints of Venetian Red #C20008

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 96.04%
G = 0%
B = 3.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C20008 (or 0xC20008) is known color: Venetian Red. HEX triplet: C2, 00 and 08. RGB value is (194,0,8). Sum of RGB (Red+Green+Blue) = 194+0+8=202 (26% of max value = 765). Red value is 194 (76.17% from 255 or 96.04% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 194 - color contains mainly: red. Hex color #C20008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20008 is #3DFFF7. Grayscale: #3B3B3B. Windows color (decimal): -4063224 or 524482. OLE color: 524482.

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

Color convert

RGB 194 0 8 -
CMYK 0 1 0.96 0.24
HSL 357.53º 1% 0.38% -
HSV(B) 357.53º 1% 0.76% -
XYZ 22.29 11.49 1.27 -
YUV 58.92 99.27 224.35 -
System Red Green Blue C M Y K H S L
Decimal 194 0 8 0 1 0.96 0.24 357.53 1 0.38
Hex C2 0 8 0 64 60 18 166 64 26
Octal 302 0 10 0 144 140 30 546 144 46
Binary 11000010 0 1000 0 1100100 1100000 11000 101100110 1100100 100110

Color Harmonies of #C20008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20008

Black with #C20008

Text Example


Text Example

White with #C20008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20008; }

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

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

background-color css

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

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

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

border-color css

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

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

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