Html Css Color HEX #C40227 Venetian Red

📋 copy color: '#C40227'

red 196 ◦ green 2 ◦ blue 39

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

Shades of Venetian Red #C40227

Tints of Venetian Red #C40227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.46%

R = 82.7%
G = 0.84%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C40227 (or 0xC40227) is known color: Venetian Red. HEX triplet: C4, 02 and 27. RGB value is (196,2,39). Sum of RGB (Red+Green+Blue) = 196+2+39=237 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.70% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 196 - color contains mainly: red. Hex color #C40227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40227 is #3BFDD8. Grayscale: #404040. Windows color (decimal): -3931609 or 2556612. OLE color: 2556612.

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

Color convert

RGB 196 2 39 -
CMYK 0 0.99 0.80 0.23
HSL 348.56º 0.98% 0.39% -
HSV(B) 348.56º 0.99% 0.77% -
XYZ 23.15 11.93 3 -
YUV 64.22 113.77 221.99 -
System Red Green Blue C M Y K H S L
Decimal 196 2 39 0 0.99 0.80 0.23 348.56 0.98 0.39
Hex C4 2 27 0 63 50 17 15D 62 27
Octal 304 2 47 0 143 120 27 535 142 47
Binary 11000100 10 100111 0 1100011 1010000 10111 101011101 1100010 100111

Color Harmonies of #C40227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40227

Black with #C40227

Text Example


Text Example

White with #C40227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40227; }

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

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

background-color css

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

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

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

border-color css

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

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

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