Html Css Color HEX #DF0108 Venetian Red

📋 copy color: '#DF0108'

red 223 ◦ green 1 ◦ blue 8

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

Shades of Venetian Red #DF0108

Tints of Venetian Red #DF0108

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 8 (3.52% from 255) = 3.45%

R = 96.12%
G = 0.43%
B = 3.45%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF0108 (or 0xDF0108) is known color: Venetian Red. HEX triplet: DF, 01 and 08. RGB value is (223,1,8). Sum of RGB (Red+Green+Blue) = 223+1+8=232 (30% of max value = 765). Red value is 223 (87.5% from 255 or 96.12% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0108 is #20FEF7. Grayscale: #444444. Windows color (decimal): -2162424 or 524767. OLE color: 524767.

HSL color Cylindrical-coordinate representation of color #DF0108: hue angle of 358.11º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0108 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 1 8 -
CMYK 0 1.00 0.96 0.13
HSL 358.11º 0.99% 0.44% -
HSV(B) 358.11º 1% 0.87% -
XYZ 30.49 15.73 1.66 -
YUV 68.18 94.05 238.43 -
System Red Green Blue C M Y K H S L
Decimal 223 1 8 0 1.00 0.96 0.13 358.11 0.99 0.44
Hex DF 1 8 0 64 60 D 166 63 2C
Octal 337 1 10 0 144 140 15 546 143 54
Binary 11011111 1 1000 0 1100100 1100000 1101 101100110 1100011 101100

Color Harmonies of #DF0108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0108

Black with #DF0108

Text Example


Text Example

White with #DF0108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0108; }

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

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

background-color css

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

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

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

border-color css

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

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

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