Html Css Color HEX #DF0208 Venetian Red

📋 copy color: '#DF0208'

red 223 ◦ green 2 ◦ blue 8

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

Shades of Venetian Red #DF0208

Tints of Venetian Red #DF0208

RGB

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

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

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

R = 95.71%
G = 0.86%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF0208 (or 0xDF0208) is known color: Venetian Red. HEX triplet: DF, 02 and 08. RGB value is (223,2,8). Sum of RGB (Red+Green+Blue) = 223+2+8=233 (30% of max value = 765). Red value is 223 (87.5% from 255 or 95.71% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0208 is #20FDF7. Grayscale: #444444. Windows color (decimal): -2162168 or 525023. OLE color: 525023.

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

Color convert

RGB 223 2 8 -
CMYK 0 0.99 0.96 0.13
HSL 358.37º 0.98% 0.44% -
HSV(B) 358.37º 0.99% 0.87% -
XYZ 30.5 15.75 1.66 -
YUV 68.76 93.72 238.01 -
System Red Green Blue C M Y K H S L
Decimal 223 2 8 0 0.99 0.96 0.13 358.37 0.98 0.44
Hex DF 2 8 0 63 60 D 166 62 2C
Octal 337 2 10 0 143 140 15 546 142 54
Binary 11011111 10 1000 0 1100011 1100000 1101 101100110 1100010 101100

Color Harmonies of #DF0208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0208

Black with #DF0208

Text Example


Text Example

White with #DF0208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0208; }

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

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

background-color css

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

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

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

border-color css

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

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

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