Html Css Color HEX #DE040B Venetian Red

📋 copy color: '#DE040B'

red 222 ◦ green 4 ◦ blue 11

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

Shades of Venetian Red #DE040B

Tints of Venetian Red #DE040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.64%

R = 93.67%
G = 1.69%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE040B (or 0xDE040B) is known color: Venetian Red. HEX triplet: DE, 04 and 0B. RGB value is (222,4,11). Sum of RGB (Red+Green+Blue) = 222+4+11=237 (31% of max value = 765). Red value is 222 (87.11% from 255 or 93.67% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 222 - color contains mainly: red. Hex color #DE040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE040B is #21FBF4. Grayscale: #464646. Windows color (decimal): -2227189 or 722142. OLE color: 722142.

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

Color convert

RGB 222 4 11 -
CMYK 0 0.98 0.95 0.13
HSL 358.07º 0.96% 0.44% -
HSV(B) 358.07º 0.98% 0.87% -
XYZ 30.23 15.64 1.74 -
YUV 69.98 94.72 236.43 -
System Red Green Blue C M Y K H S L
Decimal 222 4 11 0 0.98 0.95 0.13 358.07 0.96 0.44
Hex DE 4 B 0 62 5F D 166 60 2C
Octal 336 4 13 0 142 137 15 546 140 54
Binary 11011110 100 1011 0 1100010 1011111 1101 101100110 1100000 101100

Color Harmonies of #DE040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE040B

Black with #DE040B

Text Example


Text Example

White with #DE040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE040B; }

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

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

background-color css

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

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

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

border-color css

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

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

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