Html Css Color HEX #C60208 Venetian Red

📋 copy color: '#C60208'

red 198 ◦ green 2 ◦ blue 8

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

Shades of Venetian Red #C60208

Tints of Venetian Red #C60208

RGB

 RED value IS 198 (77.73% from 255) = 95.19%

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

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

R = 95.19%
G = 0.96%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C60208 (or 0xC60208) is known color: Venetian Red. HEX triplet: C6, 02 and 08. RGB value is (198,2,8). Sum of RGB (Red+Green+Blue) = 198+2+8=208 (27% of max value = 765). Red value is 198 (77.73% from 255 or 95.19% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 198 - color contains mainly: red. Hex color #C60208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60208 is #39FDF7. Grayscale: #3D3D3D. Windows color (decimal): -3800568 or 524998. OLE color: 524998.

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

Color convert

RGB 198 2 8 -
CMYK 0 0.99 0.96 0.22
HSL 358.16º 0.98% 0.39% -
HSV(B) 358.16º 0.99% 0.78% -
XYZ 23.35 12.07 1.33 -
YUV 61.29 97.93 225.51 -
System Red Green Blue C M Y K H S L
Decimal 198 2 8 0 0.99 0.96 0.22 358.16 0.98 0.39
Hex C6 2 8 0 63 60 16 166 62 27
Octal 306 2 10 0 143 140 26 546 142 47
Binary 11000110 10 1000 0 1100011 1100000 10110 101100110 1100010 100111

Color Harmonies of #C60208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60208

Black with #C60208

Text Example


Text Example

White with #C60208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60208; }

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

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

background-color css

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

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

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

border-color css

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

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

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