Html Css Color HEX #C4021B Venetian Red

📋 copy color: '#C4021B'

red 196 ◦ green 2 ◦ blue 27

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

Shades of Venetian Red #C4021B

Tints of Venetian Red #C4021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12%

R = 87.11%
G = 0.89%
B = 12%

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

#C4021B (or 0xC4021B) is known color: Venetian Red. HEX triplet: C4, 02 and 1B. RGB value is (196,2,27). Sum of RGB (Red+Green+Blue) = 196+2+27=225 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.11% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 196 - color contains mainly: red. Hex color #C4021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4021B is #3BFDE4. Grayscale: #3E3E3E. Windows color (decimal): -3931621 or 1770180. OLE color: 1770180.

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

Color convert

RGB 196 2 27 -
CMYK 0 0.99 0.86 0.23
HSL 352.27º 0.98% 0.39% -
HSV(B) 352.27º 0.99% 0.77% -
XYZ 22.98 11.86 2.11 -
YUV 62.86 107.77 222.97 -
System Red Green Blue C M Y K H S L
Decimal 196 2 27 0 0.99 0.86 0.23 352.27 0.98 0.39
Hex C4 2 1B 0 63 56 17 160 62 27
Octal 304 2 33 0 143 126 27 540 142 47
Binary 11000100 10 11011 0 1100011 1010110 10111 101100000 1100010 100111

Color Harmonies of #C4021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4021B

Black with #C4021B

Text Example


Text Example

White with #C4021B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4021B; }

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

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

background-color css

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

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

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

border-color css

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

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

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