Html Css Color HEX #C70004 Venetian Red

📋 copy color: '#C70004'

red 199 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #C70004

Tints of Venetian Red #C70004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.97%

R = 98.03%
G = 0%
B = 1.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C70004 (or 0xC70004) is known color: Venetian Red. HEX triplet: C7, 00 and 04. RGB value is (199,0,4). Sum of RGB (Red+Green+Blue) = 199+0+4=203 (26% of max value = 765). Red value is 199 (78.12% from 255 or 98.03% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 199 - color contains mainly: red. Hex color #C70004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70004 is #38FFFB. Grayscale: #3C3C3C. Windows color (decimal): -3735548 or 262343. OLE color: 262343.

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

Color convert

RGB 199 0 4 -
CMYK 0 1 0.98 0.22
HSL 358.79º 1% 0.39% -
HSV(B) 358.79º 1% 0.78% -
XYZ 23.58 12.15 1.22 -
YUV 59.96 96.43 227.17 -
System Red Green Blue C M Y K H S L
Decimal 199 0 4 0 1 0.98 0.22 358.79 1 0.39
Hex C7 0 4 0 64 62 16 167 64 27
Octal 307 0 4 0 144 142 26 547 144 47
Binary 11000111 0 100 0 1100100 1100010 10110 101100111 1100100 100111

Color Harmonies of #C70004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70004

Black with #C70004

Text Example


Text Example

White with #C70004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70004; }

 p { color: rgb(199,0,4); }

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

background-color css

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

 a { background-color: rgb(199,0,4); }

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

border-color css

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

 span { border-color: rgb(199,0,4); }

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