Html Css Color HEX #C7022B Venetian Red

📋 copy color: '#C7022B'

red 199 ◦ green 2 ◦ blue 43

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

Shades of Venetian Red #C7022B

Tints of Venetian Red #C7022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.62%

R = 81.56%
G = 0.82%
B = 17.62%

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

#C7022B (or 0xC7022B) is known color: Venetian Red. HEX triplet: C7, 02 and 2B. RGB value is (199,2,43). Sum of RGB (Red+Green+Blue) = 199+2+43=244 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.56% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 199 - color contains mainly: red. Hex color #C7022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7022B is #38FDD4. Grayscale: #414141. Windows color (decimal): -3734997 or 2818759. OLE color: 2818759.

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

Color convert

RGB 199 2 43 -
CMYK 0 0.99 0.78 0.22
HSL 347.51º 0.98% 0.39% -
HSV(B) 347.51º 0.99% 0.78% -
XYZ 24.01 12.36 3.41 -
YUV 65.58 115.27 223.17 -
System Red Green Blue C M Y K H S L
Decimal 199 2 43 0 0.99 0.78 0.22 347.51 0.98 0.39
Hex C7 2 2B 0 63 4E 16 15C 62 27
Octal 307 2 53 0 143 116 26 534 142 47
Binary 11000111 10 101011 0 1100011 1001110 10110 101011100 1100010 100111

Color Harmonies of #C7022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7022B

Black with #C7022B

Text Example


Text Example

White with #C7022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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