Html Css Color HEX #C70227 Venetian Red

📋 copy color: '#C70227'

red 199 ◦ green 2 ◦ blue 39

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

Shades of Venetian Red #C70227

Tints of Venetian Red #C70227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 39 (15.63% from 255) = 16.25%

R = 82.92%
G = 0.83%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C70227 (or 0xC70227) is known color: Venetian Red. HEX triplet: C7, 02 and 27. RGB value is (199,2,39). Sum of RGB (Red+Green+Blue) = 199+2+39=240 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.92% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 199 - color contains mainly: red. Hex color #C70227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70227 is #38FDD8. Grayscale: #414141. Windows color (decimal): -3735001 or 2556615. OLE color: 2556615.

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

Color convert

RGB 199 2 39 -
CMYK 0 0.99 0.80 0.22
HSL 348.73º 0.98% 0.39% -
HSV(B) 348.73º 0.99% 0.78% -
XYZ 23.94 12.33 3.04 -
YUV 65.12 113.27 223.49 -
System Red Green Blue C M Y K H S L
Decimal 199 2 39 0 0.99 0.80 0.22 348.73 0.98 0.39
Hex C7 2 27 0 63 50 16 15D 62 27
Octal 307 2 47 0 143 120 26 535 142 47
Binary 11000111 10 100111 0 1100011 1010000 10110 101011101 1100010 100111

Color Harmonies of #C70227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70227

Black with #C70227

Text Example


Text Example

White with #C70227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70227; }

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

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

background-color css

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

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

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

border-color css

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

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

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