Html Css Color HEX #C40320 Venetian Red

📋 copy color: '#C40320'

red 196 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #C40320

Tints of Venetian Red #C40320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

 BLUE value IS 32 (12.89% from 255) = 13.85%

R = 84.85%
G = 1.3%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C40320 (or 0xC40320) is known color: Venetian Red. HEX triplet: C4, 03 and 20. RGB value is (196,3,32). Sum of RGB (Red+Green+Blue) = 196+3+32=231 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.85% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 196 - color contains mainly: red. Hex color #C40320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40320 is #3BFCDF. Grayscale: #404040. Windows color (decimal): -3931360 or 2098116. OLE color: 2098116.

HSL color Cylindrical-coordinate representation of color #C40320: hue angle of 350.98º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C40320 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 3 32 -
CMYK 0 0.98 0.84 0.23
HSL 350.98º 0.97% 0.39% -
HSV(B) 350.98º 0.98% 0.77% -
XYZ 23.06 11.91 2.45 -
YUV 64.01 109.94 222.14 -
System Red Green Blue C M Y K H S L
Decimal 196 3 32 0 0.98 0.84 0.23 350.98 0.97 0.39
Hex C4 3 20 0 62 54 17 15F 61 27
Octal 304 3 40 0 142 124 27 537 141 47
Binary 11000100 11 100000 0 1100010 1010100 10111 101011111 1100001 100111

Color Harmonies of #C40320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40320

Black with #C40320

Text Example


Text Example

White with #C40320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40320; }

 p { color: rgb(196,3,32); }

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

background-color css

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

 a { background-color: rgb(196,3,32); }

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

border-color css

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

 span { border-color: rgb(196,3,32); }

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