Html Css Color HEX #C4022F Venetian Red

📋 copy color: '#C4022F'

red 196 ◦ green 2 ◦ blue 47

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

Shades of Venetian Red #C4022F

Tints of Venetian Red #C4022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.18%

R = 80%
G = 0.82%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4022F (or 0xC4022F) is known color: Venetian Red. HEX triplet: C4, 02 and 2F. RGB value is (196,2,47). Sum of RGB (Red+Green+Blue) = 196+2+47=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C4022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4022F is #3BFDD0. Grayscale: #414141. Windows color (decimal): -3931601 or 3080900. OLE color: 3080900.

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

Color convert

RGB 196 2 47 -
CMYK 0 0.99 0.76 0.23
HSL 346.08º 0.98% 0.39% -
HSV(B) 346.08º 0.99% 0.77% -
XYZ 23.3 11.98 3.77 -
YUV 65.14 117.77 221.34 -
System Red Green Blue C M Y K H S L
Decimal 196 2 47 0 0.99 0.76 0.23 346.08 0.98 0.39
Hex C4 2 2F 0 63 4C 17 15A 62 27
Octal 304 2 57 0 143 114 27 532 142 47
Binary 11000100 10 101111 0 1100011 1001100 10111 101011010 1100010 100111

Color Harmonies of #C4022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4022F

Black with #C4022F

Text Example


Text Example

White with #C4022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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