Html Css Color HEX #C70207 Venetian Red

📋 copy color: '#C70207'

red 199 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #C70207

Tints of Venetian Red #C70207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.37%

R = 95.67%
G = 0.96%
B = 3.37%

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

#C70207 (or 0xC70207) is known color: Venetian Red. HEX triplet: C7, 02 and 07. RGB value is (199,2,7). Sum of RGB (Red+Green+Blue) = 199+2+7=208 (27% of max value = 765). Red value is 199 (78.12% from 255 or 95.67% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 199 - color contains mainly: red. Hex color #C70207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70207 is #38FDF8. Grayscale: #3D3D3D. Windows color (decimal): -3735033 or 459463. OLE color: 459463.

HSL color Cylindrical-coordinate representation of color #C70207: hue angle of 358.48º 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 #C70207 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 2 7 -
CMYK 0 0.99 0.96 0.22
HSL 358.48º 0.98% 0.39% -
HSV(B) 358.48º 0.99% 0.78% -
XYZ 23.61 12.2 1.31 -
YUV 61.47 97.27 226.09 -
System Red Green Blue C M Y K H S L
Decimal 199 2 7 0 0.99 0.96 0.22 358.48 0.98 0.39
Hex C7 2 7 0 63 60 16 166 62 27
Octal 307 2 7 0 143 140 26 546 142 47
Binary 11000111 10 111 0 1100011 1100000 10110 101100110 1100010 100111

Color Harmonies of #C70207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70207

Black with #C70207

Text Example


Text Example

White with #C70207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70207; }

 p { color: rgb(199,2,7); }

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

background-color css

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

 a { background-color: rgb(199,2,7); }

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

border-color css

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

 span { border-color: rgb(199,2,7); }

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