Html Css Color HEX #DE040F Venetian Red

📋 copy color: '#DE040F'

red 222 ◦ green 4 ◦ blue 15

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

Shades of Venetian Red #DE040F

Tints of Venetian Red #DE040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.22%

R = 92.12%
G = 1.66%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE040F (or 0xDE040F) is known color: Venetian Red. HEX triplet: DE, 04 and 0F. RGB value is (222,4,15). Sum of RGB (Red+Green+Blue) = 222+4+15=241 (31% of max value = 765). Red value is 222 (87.11% from 255 or 92.12% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 222 - color contains mainly: red. Hex color #DE040F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE040F is #21FBF0. Grayscale: #464646. Windows color (decimal): -2227185 or 984286. OLE color: 984286.

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

Color convert

RGB 222 4 15 -
CMYK 0 0.98 0.93 0.13
HSL 356.97º 0.96% 0.44% -
HSV(B) 356.97º 0.98% 0.87% -
XYZ 30.25 15.65 1.88 -
YUV 70.44 96.72 236.11 -
System Red Green Blue C M Y K H S L
Decimal 222 4 15 0 0.98 0.93 0.13 356.97 0.96 0.44
Hex DE 4 F 0 62 5D D 165 60 2C
Octal 336 4 17 0 142 135 15 545 140 54
Binary 11011110 100 1111 0 1100010 1011101 1101 101100101 1100000 101100

Color Harmonies of #DE040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE040F

Black with #DE040F

Text Example


Text Example

White with #DE040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE040F; }

 p { color: rgb(222,4,15); }

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

background-color css

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

 a { background-color: rgb(222,4,15); }

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

border-color css

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

 span { border-color: rgb(222,4,15); }

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