Html Css Color HEX #DF0415 Venetian Red

📋 copy color: '#DF0415'

red 223 ◦ green 4 ◦ blue 21

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

Shades of Venetian Red #DF0415

Tints of Venetian Red #DF0415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.47%

R = 89.92%
G = 1.61%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF0415 (or 0xDF0415) is known color: Venetian Red. HEX triplet: DF, 04 and 15. RGB value is (223,4,21). Sum of RGB (Red+Green+Blue) = 223+4+21=248 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.92% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0415 is #20FBEA. Grayscale: #474747. Windows color (decimal): -2161643 or 1377503. OLE color: 1377503.

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

Color convert

RGB 223 4 21 -
CMYK 0 0.98 0.91 0.13
HSL 355.34º 0.96% 0.45% -
HSV(B) 355.34º 0.98% 0.87% -
XYZ 30.61 15.83 2.15 -
YUV 71.42 99.55 236.12 -
System Red Green Blue C M Y K H S L
Decimal 223 4 21 0 0.98 0.91 0.13 355.34 0.96 0.45
Hex DF 4 15 0 62 5B D 163 60 2D
Octal 337 4 25 0 142 133 15 543 140 55
Binary 11011111 100 10101 0 1100010 1011011 1101 101100011 1100000 101101

Color Harmonies of #DF0415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0415

Black with #DF0415

Text Example


Text Example

White with #DF0415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0415; }

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

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

background-color css

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

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

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

border-color css

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

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

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