Html Css Color HEX #DF030F Venetian Red

📋 copy color: '#DF030F'

red 223 ◦ green 3 ◦ blue 15

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

Shades of Venetian Red #DF030F

Tints of Venetian Red #DF030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 92.53%
G = 1.24%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF030F (or 0xDF030F) is known color: Venetian Red. HEX triplet: DF, 03 and 0F. RGB value is (223,3,15). Sum of RGB (Red+Green+Blue) = 223+3+15=241 (31% of max value = 765). Red value is 223 (87.5% from 255 or 92.53% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 223 - color contains mainly: red. Hex color #DF030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF030F is #20FCF0. Grayscale: #464646. Windows color (decimal): -2161905 or 984031. OLE color: 984031.

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

Color convert

RGB 223 3 15 -
CMYK 0 0.99 0.93 0.13
HSL 356.73º 0.97% 0.44% -
HSV(B) 356.73º 0.99% 0.87% -
XYZ 30.55 15.79 1.89 -
YUV 70.15 96.89 237.02 -
System Red Green Blue C M Y K H S L
Decimal 223 3 15 0 0.99 0.93 0.13 356.73 0.97 0.44
Hex DF 3 F 0 63 5D D 165 61 2C
Octal 337 3 17 0 143 135 15 545 141 54
Binary 11011111 11 1111 0 1100011 1011101 1101 101100101 1100001 101100

Color Harmonies of #DF030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF030F

Black with #DF030F

Text Example


Text Example

White with #DF030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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