Html Css Color HEX #C70306 Venetian Red

📋 copy color: '#C70306'

red 199 ◦ green 3 ◦ blue 6

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

Shades of Venetian Red #C70306

Tints of Venetian Red #C70306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

 BLUE value IS 6 (2.73% from 255) = 2.88%

R = 95.67%
G = 1.44%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C70306 (or 0xC70306) is known color: Venetian Red. HEX triplet: C7, 03 and 06. RGB value is (199,3,6). Sum of RGB (Red+Green+Blue) = 199+3+6=208 (27% of max value = 765). Red value is 199 (78.12% from 255 or 95.67% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 6 (2.73% from 255 or 2.88% from 208); Max value from RGB is 199 - color contains mainly: red. Hex color #C70306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70306 is #38FCF9. Grayscale: #3E3E3E. Windows color (decimal): -3734778 or 394183. OLE color: 394183.

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

Color convert

RGB 199 3 6 -
CMYK 0 0.98 0.97 0.22
HSL 359.08º 0.97% 0.4% -
HSV(B) 359.08º 0.98% 0.78% -
XYZ 23.62 12.22 1.29 -
YUV 61.95 96.43 225.76 -
System Red Green Blue C M Y K H S L
Decimal 199 3 6 0 0.98 0.97 0.22 359.08 0.97 0.4
Hex C7 3 6 0 62 61 16 167 61 28
Octal 307 3 6 0 142 141 26 547 141 50
Binary 11000111 11 110 0 1100010 1100001 10110 101100111 1100001 101000

Color Harmonies of #C70306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70306

Black with #C70306

Text Example


Text Example

White with #C70306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70306; }

 p { color: rgb(199,3,6); }

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

background-color css

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

 a { background-color: rgb(199,3,6); }

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

border-color css

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

 span { border-color: rgb(199,3,6); }

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