Html Css Color HEX #C4021C Venetian Red

📋 copy color: '#C4021C'

red 196 ◦ green 2 ◦ blue 28

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

Shades of Venetian Red #C4021C

Tints of Venetian Red #C4021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.39%

R = 86.73%
G = 0.88%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4021C (or 0xC4021C) is known color: Venetian Red. HEX triplet: C4, 02 and 1C. RGB value is (196,2,28). Sum of RGB (Red+Green+Blue) = 196+2+28=226 (29% of max value = 765). Red value is 196 (76.95% from 255 or 86.73% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 196 - color contains mainly: red. Hex color #C4021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4021C is #3BFDE3. Grayscale: #3F3F3F. Windows color (decimal): -3931620 or 1835716. OLE color: 1835716.

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

Color convert

RGB 196 2 28 -
CMYK 0 0.99 0.86 0.23
HSL 351.96º 0.98% 0.39% -
HSV(B) 351.96º 0.99% 0.77% -
XYZ 23 11.86 2.18 -
YUV 62.97 108.27 222.89 -
System Red Green Blue C M Y K H S L
Decimal 196 2 28 0 0.99 0.86 0.23 351.96 0.98 0.39
Hex C4 2 1C 0 63 56 17 160 62 27
Octal 304 2 34 0 143 126 27 540 142 47
Binary 11000100 10 11100 0 1100011 1010110 10111 101100000 1100010 100111

Color Harmonies of #C4021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4021C

Black with #C4021C

Text Example


Text Example

White with #C4021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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