Html Css Color HEX #C7020A Venetian Red

📋 copy color: '#C7020A'

red 199 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #C7020A

Tints of Venetian Red #C7020A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

 BLUE value IS 10 (4.3% from 255) = 4.74%

R = 94.31%
G = 0.95%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7020A (or 0xC7020A) is known color: Venetian Red. HEX triplet: C7, 02 and 0A. RGB value is (199,2,10). Sum of RGB (Red+Green+Blue) = 199+2+10=211 (27% of max value = 765). Red value is 199 (78.12% from 255 or 94.31% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 199 - color contains mainly: red. Hex color #C7020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7020A is #38FDF5. Grayscale: #3D3D3D. Windows color (decimal): -3735030 or 656071. OLE color: 656071.

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

Color convert

RGB 199 2 10 -
CMYK 0 0.99 0.95 0.22
HSL 357.56º 0.98% 0.39% -
HSV(B) 357.56º 0.99% 0.78% -
XYZ 23.63 12.21 1.4 -
YUV 61.82 98.77 225.85 -
System Red Green Blue C M Y K H S L
Decimal 199 2 10 0 0.99 0.95 0.22 357.56 0.98 0.39
Hex C7 2 A 0 63 5F 16 166 62 27
Octal 307 2 12 0 143 137 26 546 142 47
Binary 11000111 10 1010 0 1100011 1011111 10110 101100110 1100010 100111

Color Harmonies of #C7020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7020A

Black with #C7020A

Text Example


Text Example

White with #C7020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7020A; }

 p { color: rgb(199,2,10); }

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

background-color css

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

 a { background-color: rgb(199,2,10); }

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

border-color css

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

 span { border-color: rgb(199,2,10); }

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