Html Css Color HEX #DF0818 Venetian Red

📋 copy color: '#DF0818'

red 223 ◦ green 8 ◦ blue 24

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

Shades of Venetian Red #DF0818

Tints of Venetian Red #DF0818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.14%

 BLUE value IS 24 (9.77% from 255) = 9.41%

R = 87.45%
G = 3.14%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF0818 (or 0xDF0818) is known color: Venetian Red. HEX triplet: DF, 08 and 18. RGB value is (223,8,24). Sum of RGB (Red+Green+Blue) = 223+8+24=255 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.45% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0818 is #20F7E7. Grayscale: #4A4A4A. Windows color (decimal): -2160616 or 1575135. OLE color: 1575135.

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

Color convert

RGB 223 8 24 -
CMYK 0 0.96 0.89 0.13
HSL 355.53º 0.93% 0.45% -
HSV(B) 355.53º 0.96% 0.87% -
XYZ 30.68 15.93 2.32 -
YUV 74.11 99.73 234.2 -
System Red Green Blue C M Y K H S L
Decimal 223 8 24 0 0.96 0.89 0.13 355.53 0.93 0.45
Hex DF 8 18 0 60 59 D 164 5D 2D
Octal 337 10 30 0 140 131 15 544 135 55
Binary 11011111 1000 11000 0 1100000 1011001 1101 101100100 1011101 101101

Color Harmonies of #DF0818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0818

Black with #DF0818

Text Example


Text Example

White with #DF0818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0818; }

 p { color: rgb(223,8,24); }

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

background-color css

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

 a { background-color: rgb(223,8,24); }

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

border-color css

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

 span { border-color: rgb(223,8,24); }

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