Html Css Color HEX #DF0218 Venetian Red

📋 copy color: '#DF0218'

red 223 ◦ green 2 ◦ blue 24

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

Shades of Venetian Red #DF0218

Tints of Venetian Red #DF0218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 89.56%
G = 0.8%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF0218 (or 0xDF0218) is known color: Venetian Red. HEX triplet: DF, 02 and 18. RGB value is (223,2,24). Sum of RGB (Red+Green+Blue) = 223+2+24=249 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.56% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0218 is #20FDE7. Grayscale: #464646. Windows color (decimal): -2162152 or 1573599. OLE color: 1573599.

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

Color convert

RGB 223 2 24 -
CMYK 0 0.99 0.89 0.13
HSL 354.03º 0.98% 0.44% -
HSV(B) 354.03º 0.99% 0.87% -
XYZ 30.62 15.8 2.3 -
YUV 70.59 101.72 236.71 -
System Red Green Blue C M Y K H S L
Decimal 223 2 24 0 0.99 0.89 0.13 354.03 0.98 0.44
Hex DF 2 18 0 63 59 D 162 62 2C
Octal 337 2 30 0 143 131 15 542 142 54
Binary 11011111 10 11000 0 1100011 1011001 1101 101100010 1100010 101100

Color Harmonies of #DF0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0218

Black with #DF0218

Text Example


Text Example

White with #DF0218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0218; }

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

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

background-color css

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

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

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

border-color css

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

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

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