Html Css Color HEX #C4021A Venetian Red

📋 copy color: '#C4021A'

red 196 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #C4021A

Tints of Venetian Red #C4021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.61%

R = 87.5%
G = 0.89%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4021A (or 0xC4021A) is known color: Venetian Red. HEX triplet: C4, 02 and 1A. RGB value is (196,2,26). Sum of RGB (Red+Green+Blue) = 196+2+26=224 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.5% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 196 - color contains mainly: red. Hex color #C4021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4021A is #3BFDE5. Grayscale: #3E3E3E. Windows color (decimal): -3931622 or 1704644. OLE color: 1704644.

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

Color convert

RGB 196 2 26 -
CMYK 0 0.99 0.87 0.23
HSL 352.58º 0.98% 0.39% -
HSV(B) 352.58º 0.99% 0.77% -
XYZ 22.97 11.85 2.05 -
YUV 62.74 107.27 223.05 -
System Red Green Blue C M Y K H S L
Decimal 196 2 26 0 0.99 0.87 0.23 352.58 0.98 0.39
Hex C4 2 1A 0 63 57 17 161 62 27
Octal 304 2 32 0 143 127 27 541 142 47
Binary 11000100 10 11010 0 1100011 1010111 10111 101100001 1100010 100111

Color Harmonies of #C4021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4021A

Black with #C4021A

Text Example


Text Example

White with #C4021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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