Html Css Color HEX #C70421 Venetian Red

📋 copy color: '#C70421'

red 199 ◦ green 4 ◦ blue 33

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

Shades of Venetian Red #C70421

Tints of Venetian Red #C70421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 33 (13.28% from 255) = 13.98%

R = 84.32%
G = 1.69%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C70421 (or 0xC70421) is known color: Venetian Red. HEX triplet: C7, 04 and 21. RGB value is (199,4,33). Sum of RGB (Red+Green+Blue) = 199+4+33=236 (31% of max value = 765). Red value is 199 (78.12% from 255 or 84.32% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 199 - color contains mainly: red. Hex color #C70421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70421 is #38FBDE. Grayscale: #414141. Windows color (decimal): -3734495 or 2163911. OLE color: 2163911.

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

Color convert

RGB 199 4 33 -
CMYK 0 0.98 0.83 0.22
HSL 351.08º 0.96% 0.4% -
HSV(B) 351.08º 0.98% 0.78% -
XYZ 23.87 12.34 2.56 -
YUV 65.61 109.6 223.14 -
System Red Green Blue C M Y K H S L
Decimal 199 4 33 0 0.98 0.83 0.22 351.08 0.96 0.4
Hex C7 4 21 0 62 53 16 15F 60 28
Octal 307 4 41 0 142 123 26 537 140 50
Binary 11000111 100 100001 0 1100010 1010011 10110 101011111 1100000 101000

Color Harmonies of #C70421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70421

Black with #C70421

Text Example


Text Example

White with #C70421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70421; }

 p { color: rgb(199,4,33); }

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

background-color css

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

 a { background-color: rgb(199,4,33); }

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

border-color css

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

 span { border-color: rgb(199,4,33); }

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