Html Css Color HEX #DF0105 Venetian Red

📋 copy color: '#DF0105'

red 223 ◦ green 1 ◦ blue 5

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

Shades of Venetian Red #DF0105

Tints of Venetian Red #DF0105

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 5 (2.34% from 255) = 2.18%

R = 97.38%
G = 0.44%
B = 2.18%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF0105 (or 0xDF0105) is known color: Venetian Red. HEX triplet: DF, 01 and 05. RGB value is (223,1,5). Sum of RGB (Red+Green+Blue) = 223+1+5=229 (30% of max value = 765). Red value is 223 (87.5% from 255 or 97.38% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0105 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0105 is #20FEFA. Grayscale: #444444. Windows color (decimal): -2162427 or 328159. OLE color: 328159.

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

Color convert

RGB 223 1 5 -
CMYK 0 1.00 0.98 0.13
HSL 358.92º 0.99% 0.44% -
HSV(B) 358.92º 1% 0.87% -
XYZ 30.47 15.72 1.57 -
YUV 67.83 92.55 238.67 -
System Red Green Blue C M Y K H S L
Decimal 223 1 5 0 1.00 0.98 0.13 358.92 0.99 0.44
Hex DF 1 5 0 64 62 D 167 63 2C
Octal 337 1 5 0 144 142 15 547 143 54
Binary 11011111 1 101 0 1100100 1100010 1101 101100111 1100011 101100

Color Harmonies of #DF0105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0105

Black with #DF0105

Text Example


Text Example

White with #DF0105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0105; }

 p { color: rgb(223,1,5); }

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

background-color css

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

 a { background-color: rgb(223,1,5); }

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

border-color css

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

 span { border-color: rgb(223,1,5); }

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