Html Css Color HEX #C40228 Venetian Red

📋 copy color: '#C40228'

red 196 ◦ green 2 ◦ blue 40

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

Shades of Venetian Red #C40228

Tints of Venetian Red #C40228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.81%

R = 82.35%
G = 0.84%
B = 16.81%

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

#C40228 (or 0xC40228) is known color: Venetian Red. HEX triplet: C4, 02 and 28. RGB value is (196,2,40). Sum of RGB (Red+Green+Blue) = 196+2+40=238 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.35% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 196 - color contains mainly: red. Hex color #C40228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40228 is #3BFDD7. Grayscale: #404040. Windows color (decimal): -3931608 or 2622148. OLE color: 2622148.

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

Color convert

RGB 196 2 40 -
CMYK 0 0.99 0.80 0.23
HSL 348.25º 0.98% 0.39% -
HSV(B) 348.25º 0.99% 0.77% -
XYZ 23.17 11.93 3.09 -
YUV 64.34 114.27 221.91 -
System Red Green Blue C M Y K H S L
Decimal 196 2 40 0 0.99 0.80 0.23 348.25 0.98 0.39
Hex C4 2 28 0 63 50 17 15C 62 27
Octal 304 2 50 0 143 120 27 534 142 47
Binary 11000100 10 101000 0 1100011 1010000 10111 101011100 1100010 100111

Color Harmonies of #C40228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40228

Black with #C40228

Text Example


Text Example

White with #C40228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40228; }

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

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

background-color css

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

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

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

border-color css

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

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

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