Html Css Color HEX #C40222 Venetian Red

📋 copy color: '#C40222'

red 196 ◦ green 2 ◦ blue 34

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

Shades of Venetian Red #C40222

Tints of Venetian Red #C40222

RGB

 RED value IS 196 (76.95% from 255) = 84.48%

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

 BLUE value IS 34 (13.67% from 255) = 14.66%

R = 84.48%
G = 0.86%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C40222 (or 0xC40222) is known color: Venetian Red. HEX triplet: C4, 02 and 22. RGB value is (196,2,34). Sum of RGB (Red+Green+Blue) = 196+2+34=232 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.48% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 196 - color contains mainly: red. Hex color #C40222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40222 is #3BFDDD. Grayscale: #3F3F3F. Windows color (decimal): -3931614 or 2228932. OLE color: 2228932.

HSL color Cylindrical-coordinate representation of color #C40222: hue angle of 350.1º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40222 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 2 34 -
CMYK 0 0.99 0.83 0.23
HSL 350.1º 0.98% 0.39% -
HSV(B) 350.1º 0.99% 0.77% -
XYZ 23.08 11.89 2.59 -
YUV 63.65 111.27 222.4 -
System Red Green Blue C M Y K H S L
Decimal 196 2 34 0 0.99 0.83 0.23 350.1 0.98 0.39
Hex C4 2 22 0 63 53 17 15E 62 27
Octal 304 2 42 0 143 123 27 536 142 47
Binary 11000100 10 100010 0 1100011 1010011 10111 101011110 1100010 100111

Color Harmonies of #C40222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40222

Black with #C40222

Text Example


Text Example

White with #C40222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40222; }

 p { color: rgb(196,2,34); }

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

background-color css

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

 a { background-color: rgb(196,2,34); }

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

border-color css

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

 span { border-color: rgb(196,2,34); }

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