Html Css Color HEX #C70724 Venetian Red

📋 copy color: '#C70724'

red 199 ◦ green 7 ◦ blue 36

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

Shades of Venetian Red #C70724

Tints of Venetian Red #C70724

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.89%

 BLUE value IS 36 (14.45% from 255) = 14.88%

R = 82.23%
G = 2.89%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C70724 (or 0xC70724) is known color: Venetian Red. HEX triplet: C7, 07 and 24. RGB value is (199,7,36). Sum of RGB (Red+Green+Blue) = 199+7+36=242 (32% of max value = 765). Red value is 199 (78.12% from 255 or 82.23% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 199 - color contains mainly: red. Hex color #C70724 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70724 is #38F8DB. Grayscale: #434343. Windows color (decimal): -3733724 or 2361287. OLE color: 2361287.

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

Color convert

RGB 199 7 36 -
CMYK 0 0.96 0.82 0.22
HSL 350.94º 0.93% 0.4% -
HSV(B) 350.94º 0.96% 0.78% -
XYZ 23.95 12.42 2.8 -
YUV 67.71 110.11 221.64 -
System Red Green Blue C M Y K H S L
Decimal 199 7 36 0 0.96 0.82 0.22 350.94 0.93 0.4
Hex C7 7 24 0 60 52 16 15F 5D 28
Octal 307 7 44 0 140 122 26 537 135 50
Binary 11000111 111 100100 0 1100000 1010010 10110 101011111 1011101 101000

Color Harmonies of #C70724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70724

Black with #C70724

Text Example


Text Example

White with #C70724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70724; }

 p { color: rgb(199,7,36); }

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

background-color css

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

 a { background-color: rgb(199,7,36); }

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

border-color css

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

 span { border-color: rgb(199,7,36); }

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