Html Css Color HEX #C7021A Venetian Red

📋 copy color: '#C7021A'

red 199 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #C7021A

Tints of Venetian Red #C7021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.45%

R = 87.67%
G = 0.88%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7021A (or 0xC7021A) is known color: Venetian Red. HEX triplet: C7, 02 and 1A. RGB value is (199,2,26). Sum of RGB (Red+Green+Blue) = 199+2+26=227 (30% of max value = 765). Red value is 199 (78.12% from 255 or 87.67% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 199 - color contains mainly: red. Hex color #C7021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7021A is #38FDE5. Grayscale: #3F3F3F. Windows color (decimal): -3735014 or 1704647. OLE color: 1704647.

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

Color convert

RGB 199 2 26 -
CMYK 0 0.99 0.87 0.22
HSL 352.69º 0.98% 0.39% -
HSV(B) 352.69º 0.99% 0.78% -
XYZ 23.76 12.26 2.09 -
YUV 63.64 106.77 224.55 -
System Red Green Blue C M Y K H S L
Decimal 199 2 26 0 0.99 0.87 0.22 352.69 0.98 0.39
Hex C7 2 1A 0 63 57 16 161 62 27
Octal 307 2 32 0 143 127 26 541 142 47
Binary 11000111 10 11010 0 1100011 1010111 10110 101100001 1100010 100111

Color Harmonies of #C7021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7021A

Black with #C7021A

Text Example


Text Example

White with #C7021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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