Html Css Color HEX #C70507 Venetian Red

📋 copy color: '#C70507'

red 199 ◦ green 5 ◦ blue 7

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

Shades of Venetian Red #C70507

Tints of Venetian Red #C70507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

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

R = 94.31%
G = 2.37%
B = 3.32%

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

#C70507 (or 0xC70507) is known color: Venetian Red. HEX triplet: C7, 05 and 07. RGB value is (199,5,7). Sum of RGB (Red+Green+Blue) = 199+5+7=211 (27% of max value = 765). Red value is 199 (78.12% from 255 or 94.31% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 199 - color contains mainly: red. Hex color #C70507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70507 is #38FAF8. Grayscale: #3F3F3F. Windows color (decimal): -3734265 or 460231. OLE color: 460231.

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

Color convert

RGB 199 5 7 -
CMYK 0 0.97 0.96 0.22
HSL 359.38º 0.95% 0.4% -
HSV(B) 359.38º 0.97% 0.78% -
XYZ 23.65 12.27 1.32 -
YUV 63.23 96.27 224.84 -
System Red Green Blue C M Y K H S L
Decimal 199 5 7 0 0.97 0.96 0.22 359.38 0.95 0.4
Hex C7 5 7 0 61 60 16 167 5F 28
Octal 307 5 7 0 141 140 26 547 137 50
Binary 11000111 101 111 0 1100001 1100000 10110 101100111 1011111 101000

Color Harmonies of #C70507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70507

Black with #C70507

Text Example


Text Example

White with #C70507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70507; }

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

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

background-color css

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

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

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

border-color css

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

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

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