Html Css Color HEX #DF041C Venetian Red

📋 copy color: '#DF041C'

red 223 ◦ green 4 ◦ blue 28

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

Shades of Venetian Red #DF041C

Tints of Venetian Red #DF041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.98%

R = 87.45%
G = 1.57%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF041C (or 0xDF041C) is known color: Venetian Red. HEX triplet: DF, 04 and 1C. RGB value is (223,4,28). Sum of RGB (Red+Green+Blue) = 223+4+28=255 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.45% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 223 - color contains mainly: red. Hex color #DF041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF041C is #20FBE3. Grayscale: #484848. Windows color (decimal): -2161636 or 1836255. OLE color: 1836255.

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

Color convert

RGB 223 4 28 -
CMYK 0 0.98 0.87 0.13
HSL 353.42º 0.96% 0.45% -
HSV(B) 353.42º 0.98% 0.87% -
XYZ 30.68 15.86 2.54 -
YUV 72.22 103.05 235.55 -
System Red Green Blue C M Y K H S L
Decimal 223 4 28 0 0.98 0.87 0.13 353.42 0.96 0.45
Hex DF 4 1C 0 62 57 D 161 60 2D
Octal 337 4 34 0 142 127 15 541 140 55
Binary 11011111 100 11100 0 1100010 1010111 1101 101100001 1100000 101101

Color Harmonies of #DF041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF041C

Black with #DF041C

Text Example


Text Example

White with #DF041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF041C; }

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

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

background-color css

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

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

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

border-color css

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

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

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