Html Css Color HEX #DF000F Venetian Red

📋 copy color: '#DF000F'

red 223 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #DF000F

Tints of Venetian Red #DF000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 15 (6.25% from 255) = 6.3%

R = 93.7%
G = 0%
B = 6.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF000F (or 0xDF000F) is known color: Venetian Red. HEX triplet: DF, 00 and 0F. RGB value is (223,0,15). Sum of RGB (Red+Green+Blue) = 223+0+15=238 (31% of max value = 765). Red value is 223 (87.5% from 255 or 93.70% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 223 - color contains mainly: red. Hex color #DF000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF000F is #20FFF0. Grayscale: #444444. Windows color (decimal): -2162673 or 983263. OLE color: 983263.

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

Color convert

RGB 223 0 15 -
CMYK 0 1 0.93 0.13
HSL 355.96º 1% 0.44% -
HSV(B) 355.96º 1% 0.87% -
XYZ 30.52 15.72 1.88 -
YUV 68.39 97.88 238.28 -
System Red Green Blue C M Y K H S L
Decimal 223 0 15 0 1 0.93 0.13 355.96 1 0.44
Hex DF 0 F 0 64 5D D 164 64 2C
Octal 337 0 17 0 144 135 15 544 144 54
Binary 11011111 0 1111 0 1100100 1011101 1101 101100100 1100100 101100

Color Harmonies of #DF000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF000F

Black with #DF000F

Text Example


Text Example

White with #DF000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF000F; }

 p { color: rgb(223,0,15); }

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

background-color css

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

 a { background-color: rgb(223,0,15); }

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

border-color css

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

 span { border-color: rgb(223,0,15); }

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