Html Css Color HEX #C70621 Venetian Red

📋 copy color: '#C70621'

red 199 ◦ green 6 ◦ blue 33

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

Shades of Venetian Red #C70621

Tints of Venetian Red #C70621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.52%

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

R = 83.61%
G = 2.52%
B = 13.87%

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

#C70621 (or 0xC70621) is known color: Venetian Red. HEX triplet: C7, 06 and 21. RGB value is (199,6,33). Sum of RGB (Red+Green+Blue) = 199+6+33=238 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.61% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 199 - color contains mainly: red. Hex color #C70621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70621 is #38F9DE. Grayscale: #424242. Windows color (decimal): -3733983 or 2164423. OLE color: 2164423.

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

Color convert

RGB 199 6 33 -
CMYK 0 0.97 0.83 0.22
HSL 351.61º 0.94% 0.4% -
HSV(B) 351.61º 0.97% 0.78% -
XYZ 23.89 12.38 2.57 -
YUV 66.79 108.94 222.3 -
System Red Green Blue C M Y K H S L
Decimal 199 6 33 0 0.97 0.83 0.22 351.61 0.94 0.4
Hex C7 6 21 0 61 53 16 160 5E 28
Octal 307 6 41 0 141 123 26 540 136 50
Binary 11000111 110 100001 0 1100001 1010011 10110 101100000 1011110 101000

Color Harmonies of #C70621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70621

Black with #C70621

Text Example


Text Example

White with #C70621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70621; }

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

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

background-color css

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

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

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

border-color css

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

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

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