Html Css Color HEX #DE0014 Venetian Red

📋 copy color: '#DE0014'

red 222 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #DE0014

Tints of Venetian Red #DE0014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 91.74%
G = 0%
B = 8.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE0014 (or 0xDE0014) is known color: Venetian Red. HEX triplet: DE, 00 and 14. RGB value is (222,0,20). Sum of RGB (Red+Green+Blue) = 222+0+20=242 (32% of max value = 765). Red value is 222 (87.11% from 255 or 91.74% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0014 is #21FFEB. Grayscale: #444444. Windows color (decimal): -2228204 or 1310942. OLE color: 1310942.

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

Color convert

RGB 222 0 20 -
CMYK 0 1 0.91 0.13
HSL 354.59º 1% 0.44% -
HSV(B) 354.59º 1% 0.87% -
XYZ 30.25 15.58 2.07 -
YUV 68.66 100.55 237.37 -
System Red Green Blue C M Y K H S L
Decimal 222 0 20 0 1 0.91 0.13 354.59 1 0.44
Hex DE 0 14 0 64 5B D 163 64 2C
Octal 336 0 24 0 144 133 15 543 144 54
Binary 11011110 0 10100 0 1100100 1011011 1101 101100011 1100100 101100

Color Harmonies of #DE0014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0014

Black with #DE0014

Text Example


Text Example

White with #DE0014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0014; }

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

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

background-color css

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

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

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

border-color css

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

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

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