Html Css Color HEX #DF040B Venetian Red

📋 copy color: '#DF040B'

red 223 ◦ green 4 ◦ blue 11

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

Shades of Venetian Red #DF040B

Tints of Venetian Red #DF040B

RGB

 RED value IS 223 (87.5% from 255) = 93.7%

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

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

R = 93.7%
G = 1.68%
B = 4.62%

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

#DF040B (or 0xDF040B) is known color: Venetian Red. HEX triplet: DF, 04 and 0B. RGB value is (223,4,11). Sum of RGB (Red+Green+Blue) = 223+4+11=238 (31% of max value = 765). Red value is 223 (87.5% from 255 or 93.70% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 223 - color contains mainly: red. Hex color #DF040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF040B is #20FBF4. Grayscale: #464646. Windows color (decimal): -2161653 or 722143. OLE color: 722143.

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

Color convert

RGB 223 4 11 -
CMYK 0 0.98 0.95 0.13
HSL 358.08º 0.96% 0.45% -
HSV(B) 358.08º 0.98% 0.87% -
XYZ 30.54 15.8 1.76 -
YUV 70.28 94.55 236.93 -
System Red Green Blue C M Y K H S L
Decimal 223 4 11 0 0.98 0.95 0.13 358.08 0.96 0.45
Hex DF 4 B 0 62 5F D 166 60 2D
Octal 337 4 13 0 142 137 15 546 140 55
Binary 11011111 100 1011 0 1100010 1011111 1101 101100110 1100000 101101

Color Harmonies of #DF040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF040B

Black with #DF040B

Text Example


Text Example

White with #DF040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF040B; }

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

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

background-color css

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

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

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

border-color css

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

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

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