Html Css Color HEX #DE0023 Venetian Red

📋 copy color: '#DE0023'

red 222 ◦ green 0 ◦ blue 35

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

Shades of Venetian Red #DE0023

Tints of Venetian Red #DE0023

RGB

 RED value IS 222 (87.11% from 255) = 86.38%

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

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

R = 86.38%
G = 0%
B = 13.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DE0023 (or 0xDE0023) is known color: Venetian Red. HEX triplet: DE, 00 and 23. RGB value is (222,0,35). Sum of RGB (Red+Green+Blue) = 222+0+35=257 (34% of max value = 765). Red value is 222 (87.11% from 255 or 86.38% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0023 is #21FFDC. Grayscale: #464646. Windows color (decimal): -2228189 or 2293982. OLE color: 2293982.

HSL color Cylindrical-coordinate representation of color #DE0023: hue angle of 350.54º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0023 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 0 35 -
CMYK 0 1 0.84 0.13
HSL 350.54º 1% 0.44% -
HSV(B) 350.54º 1% 0.87% -
XYZ 30.43 15.65 3.01 -
YUV 70.37 108.05 236.15 -
System Red Green Blue C M Y K H S L
Decimal 222 0 35 0 1 0.84 0.13 350.54 1 0.44
Hex DE 0 23 0 64 54 D 15F 64 2C
Octal 336 0 43 0 144 124 15 537 144 54
Binary 11011110 0 100011 0 1100100 1010100 1101 101011111 1100100 101100

Color Harmonies of #DE0023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0023

Black with #DE0023

Text Example


Text Example

White with #DE0023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0023; }

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

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

background-color css

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

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

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

border-color css

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

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

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