Html Css Color HEX #DF201D Harley Davidson Orange

📋 copy color: '#DF201D'

red 223 ◦ green 32 ◦ blue 29

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

Shades of Harley Davidson Orange #DF201D

Tints of Harley Davidson Orange #DF201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.27%

 BLUE value IS 29 (11.72% from 255) = 10.21%

R = 78.52%
G = 11.27%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF201D (or 0xDF201D) is known color: Harley Davidson Orange. HEX triplet: DF, 20 and 1D. RGB value is (223,32,29). Sum of RGB (Red+Green+Blue) = 223+32+29=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF201D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF201D is #20DFE2. Grayscale: #585858. Windows color (decimal): -2154467 or 1908959. OLE color: 1908959.

HSL color Cylindrical-coordinate representation of color #DF201D: hue angle of 0.93º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF201D is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 32 29 -
CMYK 0 0.86 0.87 0.13
HSL 0.93º 0.77% 0.49% -
HSV(B) 0.93º 0.87% 0.87% -
XYZ 31.17 16.81 2.76 -
YUV 88.77 94.28 223.74 -
System Red Green Blue C M Y K H S L
Decimal 223 32 29 0 0.86 0.87 0.13 0.93 0.77 0.49
Hex DF 20 1D 0 56 57 D 1 4D 31
Octal 337 40 35 0 126 127 15 1 115 61
Binary 11011111 100000 11101 0 1010110 1010111 1101 1 1001101 110001

Color Harmonies of #DF201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF201D

Black with #DF201D

Text Example


Text Example

White with #DF201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF201D; }

 p { color: rgb(223,32,29); }

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

background-color css

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

 a { background-color: rgb(223,32,29); }

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

border-color css

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

 span { border-color: rgb(223,32,29); }

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