Html Css Color HEX #DF201B Harley Davidson Orange

📋 copy color: '#DF201B'

red 223 ◦ green 32 ◦ blue 27

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

Shades of Harley Davidson Orange #DF201B

Tints of Harley Davidson Orange #DF201B

RGB

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

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

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

R = 79.08%
G = 11.35%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF201B (or 0xDF201B) is known color: Harley Davidson Orange. HEX triplet: DF, 20 and 1B. RGB value is (223,32,27). Sum of RGB (Red+Green+Blue) = 223+32+27=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF201B is #20DFE4. Grayscale: #585858. Windows color (decimal): -2154469 or 1777887. OLE color: 1777887.

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

Color convert

RGB 223 32 27 -
CMYK 0 0.86 0.88 0.13
HSL 1.53º 0.78% 0.49% -
HSV(B) 1.53º 0.88% 0.87% -
XYZ 31.15 16.8 2.64 -
YUV 88.54 93.28 223.91 -
System Red Green Blue C M Y K H S L
Decimal 223 32 27 0 0.86 0.88 0.13 1.53 0.78 0.49
Hex DF 20 1B 0 56 58 D 2 4E 31
Octal 337 40 33 0 126 130 15 2 116 61
Binary 11011111 100000 11011 0 1010110 1011000 1101 10 1001110 110001

Color Harmonies of #DF201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF201B

Black with #DF201B

Text Example


Text Example

White with #DF201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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