Html Css Color HEX #C7021F Venetian Red

📋 copy color: '#C7021F'

red 199 ◦ green 2 ◦ blue 31

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

Shades of Venetian Red #C7021F

Tints of Venetian Red #C7021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.36%

R = 85.78%
G = 0.86%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C7021F (or 0xC7021F) is known color: Venetian Red. HEX triplet: C7, 02 and 1F. RGB value is (199,2,31). Sum of RGB (Red+Green+Blue) = 199+2+31=232 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.78% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 199 - color contains mainly: red. Hex color #C7021F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7021F is #38FDE0. Grayscale: #404040. Windows color (decimal): -3735009 or 2032327. OLE color: 2032327.

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

Color convert

RGB 199 2 31 -
CMYK 0 0.99 0.84 0.22
HSL 351.17º 0.98% 0.39% -
HSV(B) 351.17º 0.99% 0.78% -
XYZ 23.82 12.28 2.41 -
YUV 64.21 109.27 224.14 -
System Red Green Blue C M Y K H S L
Decimal 199 2 31 0 0.99 0.84 0.22 351.17 0.98 0.39
Hex C7 2 1F 0 63 54 16 15F 62 27
Octal 307 2 37 0 143 124 26 537 142 47
Binary 11000111 10 11111 0 1100011 1010100 10110 101011111 1100010 100111

Color Harmonies of #C7021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7021F

Black with #C7021F

Text Example


Text Example

White with #C7021F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7021F; }

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

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

background-color css

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

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

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

border-color css

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

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

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