Html Css Color HEX #DF011B Venetian Red

📋 copy color: '#DF011B'

red 223 ◦ green 1 ◦ blue 27

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

Shades of Venetian Red #DF011B

Tints of Venetian Red #DF011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.76%

R = 88.84%
G = 0.4%
B = 10.76%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF011B (or 0xDF011B) is known color: Venetian Red. HEX triplet: DF, 01 and 1B. RGB value is (223,1,27). Sum of RGB (Red+Green+Blue) = 223+1+27=251 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.84% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 223 - color contains mainly: red. Hex color #DF011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF011B is #20FEE4. Grayscale: #464646. Windows color (decimal): -2162405 or 1769951. OLE color: 1769951.

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

Color convert

RGB 223 1 27 -
CMYK 0 1.00 0.88 0.13
HSL 352.97º 0.99% 0.44% -
HSV(B) 352.97º 1% 0.87% -
XYZ 30.64 15.79 2.47 -
YUV 70.34 103.55 236.89 -
System Red Green Blue C M Y K H S L
Decimal 223 1 27 0 1.00 0.88 0.13 352.97 0.99 0.44
Hex DF 1 1B 0 64 58 D 161 63 2C
Octal 337 1 33 0 144 130 15 541 143 54
Binary 11011111 1 11011 0 1100100 1011000 1101 101100001 1100011 101100

Color Harmonies of #DF011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF011B

Black with #DF011B

Text Example


Text Example

White with #DF011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF011B; }

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

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

background-color css

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

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

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

border-color css

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

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

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