Html Css Color HEX #C7021C Venetian Red

📋 copy color: '#C7021C'

red 199 ◦ green 2 ◦ blue 28

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

Shades of Venetian Red #C7021C

Tints of Venetian Red #C7021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.23%

R = 86.9%
G = 0.87%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7021C (or 0xC7021C) is known color: Venetian Red. HEX triplet: C7, 02 and 1C. RGB value is (199,2,28). Sum of RGB (Red+Green+Blue) = 199+2+28=229 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.90% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 199 - color contains mainly: red. Hex color #C7021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7021C is #38FDE3. Grayscale: #3F3F3F. Windows color (decimal): -3735012 or 1835719. OLE color: 1835719.

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

Color convert

RGB 199 2 28 -
CMYK 0 0.99 0.86 0.22
HSL 352.08º 0.98% 0.39% -
HSV(B) 352.08º 0.99% 0.78% -
XYZ 23.78 12.27 2.21 -
YUV 63.87 107.77 224.39 -
System Red Green Blue C M Y K H S L
Decimal 199 2 28 0 0.99 0.86 0.22 352.08 0.98 0.39
Hex C7 2 1C 0 63 56 16 160 62 27
Octal 307 2 34 0 143 126 26 540 142 47
Binary 11000111 10 11100 0 1100011 1010110 10110 101100000 1100010 100111

Color Harmonies of #C7021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7021C

Black with #C7021C

Text Example


Text Example

White with #C7021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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