Html Css Color HEX #C40021 Venetian Red

📋 copy color: '#C40021'

red 196 ◦ green 0 ◦ blue 33

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

Shades of Venetian Red #C40021

Tints of Venetian Red #C40021

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 33 (13.28% from 255) = 14.41%

R = 85.59%
G = 0%
B = 14.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C40021 (or 0xC40021) is known color: Venetian Red. HEX triplet: C4, 00 and 21. RGB value is (196,0,33). Sum of RGB (Red+Green+Blue) = 196+0+33=229 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.59% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 196 - color contains mainly: red. Hex color #C40021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40021 is #3BFFDE. Grayscale: #3E3E3E. Windows color (decimal): -3932127 or 2162884. OLE color: 2162884.

HSL color Cylindrical-coordinate representation of color #C40021: hue angle of 349.9º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40021 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 0 33 -
CMYK 0 1 0.83 0.23
HSL 349.9º 1% 0.38% -
HSV(B) 349.9º 1% 0.77% -
XYZ 23.04 11.85 2.51 -
YUV 62.37 111.43 223.32 -
System Red Green Blue C M Y K H S L
Decimal 196 0 33 0 1 0.83 0.23 349.9 1 0.38
Hex C4 0 21 0 64 53 17 15E 64 26
Octal 304 0 41 0 144 123 27 536 144 46
Binary 11000100 0 100001 0 1100100 1010011 10111 101011110 1100100 100110

Color Harmonies of #C40021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40021

Black with #C40021

Text Example


Text Example

White with #C40021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40021; }

 p { color: rgb(196,0,33); }

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

background-color css

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

 a { background-color: rgb(196,0,33); }

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

border-color css

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

 span { border-color: rgb(196,0,33); }

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