Html Css Color HEX #C70001 Venetian Red

📋 copy color: '#C70001'

red 199 ◦ green 0 ◦ blue 1

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

Shades of Venetian Red #C70001

Tints of Venetian Red #C70001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 99.5%
G = 0%
B = 0.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C70001 (or 0xC70001) is known color: Venetian Red. HEX triplet: C7, 00 and 01. RGB value is (199,0,1). Sum of RGB (Red+Green+Blue) = 199+0+1=200 (26% of max value = 765). Red value is 199 (78.12% from 255 or 99.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 199 - color contains mainly: red. Hex color #C70001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70001 is #38FFFE. Grayscale: #3B3B3B. Windows color (decimal): -3735551 or 65735. OLE color: 65735.

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

Color convert

RGB 199 0 1 -
CMYK 0 1 0.99 0.22
HSL 359.7º 1% 0.39% -
HSV(B) 359.7º 1% 0.78% -
XYZ 23.56 12.14 1.13 -
YUV 59.62 94.93 227.42 -
System Red Green Blue C M Y K H S L
Decimal 199 0 1 0 1 0.99 0.22 359.7 1 0.39
Hex C7 0 1 0 64 63 16 168 64 27
Octal 307 0 1 0 144 143 26 550 144 47
Binary 11000111 0 1 0 1100100 1100011 10110 101101000 1100100 100111

Color Harmonies of #C70001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70001

Black with #C70001

Text Example


Text Example

White with #C70001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70001; }

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

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

background-color css

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

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

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

border-color css

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

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

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