Html Css Color HEX #C40023 Venetian Red

📋 copy color: '#C40023'

red 196 ◦ green 0 ◦ blue 35

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

Shades of Venetian Red #C40023

Tints of Venetian Red #C40023

RGB

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

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

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

R = 84.85%
G = 0%
B = 15.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C40023 (or 0xC40023) is known color: Venetian Red. HEX triplet: C4, 00 and 23. RGB value is (196,0,35). Sum of RGB (Red+Green+Blue) = 196+0+35=231 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.85% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 196 - color contains mainly: red. Hex color #C40023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40023 is #3BFFDC. Grayscale: #3E3E3E. Windows color (decimal): -3932125 or 2293956. OLE color: 2293956.

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

Color convert

RGB 196 0 35 -
CMYK 0 1 0.82 0.23
HSL 349.29º 1% 0.38% -
HSV(B) 349.29º 1% 0.77% -
XYZ 23.07 11.86 2.66 -
YUV 62.59 112.43 223.15 -
System Red Green Blue C M Y K H S L
Decimal 196 0 35 0 1 0.82 0.23 349.29 1 0.38
Hex C4 0 23 0 64 52 17 15D 64 26
Octal 304 0 43 0 144 122 27 535 144 46
Binary 11000100 0 100011 0 1100100 1010010 10111 101011101 1100100 100110

Color Harmonies of #C40023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40023

Black with #C40023

Text Example


Text Example

White with #C40023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40023; }

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

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

background-color css

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

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

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

border-color css

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

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

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