Html Css Color HEX #C70002 Venetian Red

📋 copy color: '#C70002'

red 199 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #C70002

Tints of Venetian Red #C70002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1%

R = 99%
G = 0%
B = 1%

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

#C70002 (or 0xC70002) is known color: Venetian Red. HEX triplet: C7, 00 and 02. RGB value is (199,0,2). Sum of RGB (Red+Green+Blue) = 199+0+2=201 (26% of max value = 765). Red value is 199 (78.12% from 255 or 99.00% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 199 - color contains mainly: red. Hex color #C70002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70002 is #38FFFD. Grayscale: #3B3B3B. Windows color (decimal): -3735550 or 131271. OLE color: 131271.

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

Color convert

RGB 199 0 2 -
CMYK 0 1 0.99 0.22
HSL 359.4º 1% 0.39% -
HSV(B) 359.4º 1% 0.78% -
XYZ 23.56 12.15 1.16 -
YUV 59.73 95.43 227.34 -
System Red Green Blue C M Y K H S L
Decimal 199 0 2 0 1 0.99 0.22 359.4 1 0.39
Hex C7 0 2 0 64 63 16 167 64 27
Octal 307 0 2 0 144 143 26 547 144 47
Binary 11000111 0 10 0 1100100 1100011 10110 101100111 1100100 100111

Color Harmonies of #C70002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70002

Black with #C70002

Text Example


Text Example

White with #C70002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70002; }

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

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

background-color css

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

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

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

border-color css

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

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

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