Html Css Color HEX #C7022C Venetian Red

📋 copy color: '#C7022C'

red 199 ◦ green 2 ◦ blue 44

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

Shades of Venetian Red #C7022C

Tints of Venetian Red #C7022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.96%

R = 81.22%
G = 0.82%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7022C (or 0xC7022C) is known color: Venetian Red. HEX triplet: C7, 02 and 2C. RGB value is (199,2,44). Sum of RGB (Red+Green+Blue) = 199+2+44=245 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.22% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 199 - color contains mainly: red. Hex color #C7022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7022C is #38FDD3. Grayscale: #414141. Windows color (decimal): -3734996 or 2884295. OLE color: 2884295.

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

Color convert

RGB 199 2 44 -
CMYK 0 0.99 0.78 0.22
HSL 347.21º 0.98% 0.39% -
HSV(B) 347.21º 0.99% 0.78% -
XYZ 24.03 12.37 3.5 -
YUV 65.69 115.77 223.08 -
System Red Green Blue C M Y K H S L
Decimal 199 2 44 0 0.99 0.78 0.22 347.21 0.98 0.39
Hex C7 2 2C 0 63 4E 16 15B 62 27
Octal 307 2 54 0 143 116 26 533 142 47
Binary 11000111 10 101100 0 1100011 1001110 10110 101011011 1100010 100111

Color Harmonies of #C7022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7022C

Black with #C7022C

Text Example


Text Example

White with #C7022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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