Html Css Color HEX #C70824 Venetian Red

📋 copy color: '#C70824'

red 199 ◦ green 8 ◦ blue 36

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

Shades of Venetian Red #C70824

Tints of Venetian Red #C70824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

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

R = 81.89%
G = 3.29%
B = 14.81%

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

#C70824 (or 0xC70824) is known color: Venetian Red. HEX triplet: C7, 08 and 24. RGB value is (199,8,36). Sum of RGB (Red+Green+Blue) = 199+8+36=243 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.89% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 199 - color contains mainly: red. Hex color #C70824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70824 is #38F7DB. Grayscale: #444444. Windows color (decimal): -3733468 or 2361543. OLE color: 2361543.

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

Color convert

RGB 199 8 36 -
CMYK 0 0.96 0.82 0.22
HSL 351.2º 0.92% 0.41% -
HSV(B) 351.2º 0.96% 0.78% -
XYZ 23.96 12.44 2.81 -
YUV 68.3 109.78 221.22 -
System Red Green Blue C M Y K H S L
Decimal 199 8 36 0 0.96 0.82 0.22 351.2 0.92 0.41
Hex C7 8 24 0 60 52 16 15F 5C 29
Octal 307 10 44 0 140 122 26 537 134 51
Binary 11000111 1000 100100 0 1100000 1010010 10110 101011111 1011100 101001

Color Harmonies of #C70824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70824

Black with #C70824

Text Example


Text Example

White with #C70824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70824; }

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

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

background-color css

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

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

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

border-color css

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

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

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