Html Css Color HEX #C70608 Venetian Red

📋 copy color: '#C70608'

red 199 ◦ green 6 ◦ blue 8

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

Shades of Venetian Red #C70608

Tints of Venetian Red #C70608

RGB

 RED value IS 199 (78.13% from 255) = 93.43%

 GREEN value IS 6 (2.73% from 255) = 2.82%

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

R = 93.43%
G = 2.82%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C70608 (or 0xC70608) is known color: Venetian Red. HEX triplet: C7, 06 and 08. RGB value is (199,6,8). Sum of RGB (Red+Green+Blue) = 199+6+8=213 (28% of max value = 765). Red value is 199 (78.12% from 255 or 93.43% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 199 - color contains mainly: red. Hex color #C70608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70608 is #38F9F7. Grayscale: #404040. Windows color (decimal): -3734008 or 526023. OLE color: 526023.

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

Color convert

RGB 199 6 8 -
CMYK 0 0.97 0.96 0.22
HSL 359.38º 0.94% 0.4% -
HSV(B) 359.38º 0.97% 0.78% -
XYZ 23.66 12.29 1.35 -
YUV 63.94 96.44 224.34 -
System Red Green Blue C M Y K H S L
Decimal 199 6 8 0 0.97 0.96 0.22 359.38 0.94 0.4
Hex C7 6 8 0 61 60 16 167 5E 28
Octal 307 6 10 0 141 140 26 547 136 50
Binary 11000111 110 1000 0 1100001 1100000 10110 101100111 1011110 101000

Color Harmonies of #C70608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70608

Black with #C70608

Text Example


Text Example

White with #C70608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70608; }

 p { color: rgb(199,6,8); }

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

background-color css

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

 a { background-color: rgb(199,6,8); }

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

border-color css

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

 span { border-color: rgb(199,6,8); }

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