Html Css Color HEX #C70524 Venetian Red

📋 copy color: '#C70524'

red 199 ◦ green 5 ◦ blue 36

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

Shades of Venetian Red #C70524

Tints of Venetian Red #C70524

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.08%

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

R = 82.92%
G = 2.08%
B = 15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C70524 (or 0xC70524) is known color: Venetian Red. HEX triplet: C7, 05 and 24. RGB value is (199,5,36). Sum of RGB (Red+Green+Blue) = 199+5+36=240 (31% of max value = 765). Red value is 199 (78.12% from 255 or 82.92% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 199 - color contains mainly: red. Hex color #C70524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70524 is #38FADB. Grayscale: #424242. Windows color (decimal): -3734236 or 2360775. OLE color: 2360775.

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

Color convert

RGB 199 5 36 -
CMYK 0 0.97 0.82 0.22
HSL 350.41º 0.95% 0.4% -
HSV(B) 350.41º 0.97% 0.78% -
XYZ 23.93 12.38 2.8 -
YUV 66.54 110.77 222.48 -
System Red Green Blue C M Y K H S L
Decimal 199 5 36 0 0.97 0.82 0.22 350.41 0.95 0.4
Hex C7 5 24 0 61 52 16 15E 5F 28
Octal 307 5 44 0 141 122 26 536 137 50
Binary 11000111 101 100100 0 1100001 1010010 10110 101011110 1011111 101000

Color Harmonies of #C70524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70524

Black with #C70524

Text Example


Text Example

White with #C70524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70524; }

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

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

background-color css

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

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

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

border-color css

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

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

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