Html Css Color HEX #DF201A Harley Davidson Orange

📋 copy color: '#DF201A'

red 223 ◦ green 32 ◦ blue 26

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

Shades of Harley Davidson Orange #DF201A

Tints of Harley Davidson Orange #DF201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.25%

R = 79.36%
G = 11.39%
B = 9.25%

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

#DF201A (or 0xDF201A) is known color: Harley Davidson Orange. HEX triplet: DF, 20 and 1A. RGB value is (223,32,26). Sum of RGB (Red+Green+Blue) = 223+32+26=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF201A is #20DFE5. Grayscale: #585858. Windows color (decimal): -2154470 or 1712351. OLE color: 1712351.

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

Color convert

RGB 223 32 26 -
CMYK 0 0.86 0.88 0.13
HSL 1.83º 0.79% 0.49% -
HSV(B) 1.83º 0.88% 0.87% -
XYZ 31.13 16.8 2.58 -
YUV 88.43 92.78 223.99 -
System Red Green Blue C M Y K H S L
Decimal 223 32 26 0 0.86 0.88 0.13 1.83 0.79 0.49
Hex DF 20 1A 0 56 58 D 2 4F 31
Octal 337 40 32 0 126 130 15 2 117 61
Binary 11011111 100000 11010 0 1010110 1011000 1101 10 1001111 110001

Color Harmonies of #DF201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF201A

Black with #DF201A

Text Example


Text Example

White with #DF201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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