Html Css Color HEX #C4022A Venetian Red

📋 copy color: '#C4022A'

red 196 ◦ green 2 ◦ blue 42

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

Shades of Venetian Red #C4022A

Tints of Venetian Red #C4022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.5%

R = 81.67%
G = 0.83%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4022A (or 0xC4022A) is known color: Venetian Red. HEX triplet: C4, 02 and 2A. RGB value is (196,2,42). Sum of RGB (Red+Green+Blue) = 196+2+42=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C4022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4022A is #3BFDD5. Grayscale: #404040. Windows color (decimal): -3931606 or 2753220. OLE color: 2753220.

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

Color convert

RGB 196 2 42 -
CMYK 0 0.99 0.79 0.23
HSL 347.63º 0.98% 0.39% -
HSV(B) 347.63º 0.99% 0.77% -
XYZ 23.2 11.95 3.27 -
YUV 64.57 115.27 221.75 -
System Red Green Blue C M Y K H S L
Decimal 196 2 42 0 0.99 0.79 0.23 347.63 0.98 0.39
Hex C4 2 2A 0 63 4F 17 15C 62 27
Octal 304 2 52 0 143 117 27 534 142 47
Binary 11000100 10 101010 0 1100011 1001111 10111 101011100 1100010 100111

Color Harmonies of #C4022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4022A

Black with #C4022A

Text Example


Text Example

White with #C4022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4022A; }

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

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

background-color css

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

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

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

border-color css

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

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

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