Html Css Color HEX #C40423 Venetian Red

📋 copy color: '#C40423'

red 196 ◦ green 4 ◦ blue 35

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

Shades of Venetian Red #C40423

Tints of Venetian Red #C40423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.7%

 BLUE value IS 35 (14.06% from 255) = 14.89%

R = 83.4%
G = 1.7%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C40423 (or 0xC40423) is known color: Venetian Red. HEX triplet: C4, 04 and 23. RGB value is (196,4,35). Sum of RGB (Red+Green+Blue) = 196+4+35=235 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.40% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 196 - color contains mainly: red. Hex color #C40423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40423 is #3BFBDC. Grayscale: #414141. Windows color (decimal): -3931101 or 2294980. OLE color: 2294980.

HSL color Cylindrical-coordinate representation of color #C40423: hue angle of 350.31º degrees, saturation: 0.96, 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 #C40423 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 4 35 -
CMYK 0 0.98 0.82 0.23
HSL 350.31º 0.96% 0.39% -
HSV(B) 350.31º 0.98% 0.77% -
XYZ 23.11 11.94 2.68 -
YUV 64.94 111.11 221.48 -
System Red Green Blue C M Y K H S L
Decimal 196 4 35 0 0.98 0.82 0.23 350.31 0.96 0.39
Hex C4 4 23 0 62 52 17 15E 60 27
Octal 304 4 43 0 142 122 27 536 140 47
Binary 11000100 100 100011 0 1100010 1010010 10111 101011110 1100000 100111

Color Harmonies of #C40423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40423

Black with #C40423

Text Example


Text Example

White with #C40423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40423; }

 p { color: rgb(196,4,35); }

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

background-color css

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

 a { background-color: rgb(196,4,35); }

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

border-color css

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

 span { border-color: rgb(196,4,35); }

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