Html Css Color HEX #DE0114 Venetian Red

📋 copy color: '#DE0114'

red 222 ◦ green 1 ◦ blue 20

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

Shades of Venetian Red #DE0114

Tints of Venetian Red #DE0114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 91.36%
G = 0.41%
B = 8.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE0114 (or 0xDE0114) is known color: Venetian Red. HEX triplet: DE, 01 and 14. RGB value is (222,1,20). Sum of RGB (Red+Green+Blue) = 222+1+20=243 (32% of max value = 765). Red value is 222 (87.11% from 255 or 91.36% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0114 is #21FEEB. Grayscale: #454545. Windows color (decimal): -2227948 or 1311198. OLE color: 1311198.

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

Color convert

RGB 222 1 20 -
CMYK 0 1.00 0.91 0.13
HSL 354.84º 0.99% 0.44% -
HSV(B) 354.84º 1% 0.87% -
XYZ 30.26 15.6 2.08 -
YUV 69.25 100.22 236.96 -
System Red Green Blue C M Y K H S L
Decimal 222 1 20 0 1.00 0.91 0.13 354.84 0.99 0.44
Hex DE 1 14 0 64 5B D 163 63 2C
Octal 336 1 24 0 144 133 15 543 143 54
Binary 11011110 1 10100 0 1100100 1011011 1101 101100011 1100011 101100

Color Harmonies of #DE0114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0114

Black with #DE0114

Text Example


Text Example

White with #DE0114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0114; }

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

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

background-color css

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

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

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

border-color css

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

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

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