Html Css Color HEX #DF041B Venetian Red

📋 copy color: '#DF041B'

red 223 ◦ green 4 ◦ blue 27

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

Shades of Venetian Red #DF041B

Tints of Venetian Red #DF041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 87.8%
G = 1.57%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF041B (or 0xDF041B) is known color: Venetian Red. HEX triplet: DF, 04 and 1B. RGB value is (223,4,27). Sum of RGB (Red+Green+Blue) = 223+4+27=254 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.80% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 223 - color contains mainly: red. Hex color #DF041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF041B is #20FBE4. Grayscale: #484848. Windows color (decimal): -2161637 or 1770719. OLE color: 1770719.

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

Color convert

RGB 223 4 27 -
CMYK 0 0.98 0.88 0.13
HSL 353.7º 0.96% 0.45% -
HSV(B) 353.7º 0.98% 0.87% -
XYZ 30.67 15.85 2.48 -
YUV 72.1 102.55 235.63 -
System Red Green Blue C M Y K H S L
Decimal 223 4 27 0 0.98 0.88 0.13 353.7 0.96 0.45
Hex DF 4 1B 0 62 58 D 162 60 2D
Octal 337 4 33 0 142 130 15 542 140 55
Binary 11011111 100 11011 0 1100010 1011000 1101 101100010 1100000 101101

Color Harmonies of #DF041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF041B

Black with #DF041B

Text Example


Text Example

White with #DF041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF041B; }

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

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

background-color css

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

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

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

border-color css

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

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

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