Html Css Color HEX #C70522 Venetian Red

📋 copy color: '#C70522'

red 199 ◦ green 5 ◦ blue 34

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

Shades of Venetian Red #C70522

Tints of Venetian Red #C70522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.29%

R = 83.61%
G = 2.1%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C70522 (or 0xC70522) is known color: Venetian Red. HEX triplet: C7, 05 and 22. RGB value is (199,5,34). Sum of RGB (Red+Green+Blue) = 199+5+34=238 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.61% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 34 (13.67% from 255 or 14.29% from 238); Max value from RGB is 199 - color contains mainly: red. Hex color #C70522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70522 is #38FADD. Grayscale: #424242. Windows color (decimal): -3734238 or 2229703. OLE color: 2229703.

HSL color Cylindrical-coordinate representation of color #C70522: hue angle of 351.03º 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 #C70522 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 5 34 -
CMYK 0 0.97 0.83 0.22
HSL 351.03º 0.95% 0.4% -
HSV(B) 351.03º 0.97% 0.78% -
XYZ 23.9 12.37 2.64 -
YUV 66.31 109.77 222.64 -
System Red Green Blue C M Y K H S L
Decimal 199 5 34 0 0.97 0.83 0.22 351.03 0.95 0.4
Hex C7 5 22 0 61 53 16 15F 5F 28
Octal 307 5 42 0 141 123 26 537 137 50
Binary 11000111 101 100010 0 1100001 1010011 10110 101011111 1011111 101000

Color Harmonies of #C70522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70522

Black with #C70522

Text Example


Text Example

White with #C70522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70522; }

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

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

background-color css

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

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

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

border-color css

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

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

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