Html Css Color HEX #DF2701 Harley Davidson Orange

📋 copy color: '#DF2701'

red 223 ◦ green 39 ◦ blue 1

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

Shades of Harley Davidson Orange #DF2701

Tints of Harley Davidson Orange #DF2701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.83%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 84.79%
G = 14.83%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF2701 (or 0xDF2701) is known color: Harley Davidson Orange. HEX triplet: DF, 27 and 01. RGB value is (223,39,1). Sum of RGB (Red+Green+Blue) = 223+39+1=263 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.79% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2701 is #20D8FE. Grayscale: #5A5A5A. Windows color (decimal): -2152703 or 75743. OLE color: 75743.

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

Color convert

RGB 223 39 1 -
CMYK 0 0.83 1.00 0.13
HSL 10.27º 0.99% 0.44% -
HSV(B) 10.27º 1% 0.87% -
XYZ 31.16 17.14 1.69 -
YUV 89.68 77.96 223.09 -
System Red Green Blue C M Y K H S L
Decimal 223 39 1 0 0.83 1.00 0.13 10.27 0.99 0.44
Hex DF 27 1 0 53 64 D A 63 2C
Octal 337 47 1 0 123 144 15 12 143 54
Binary 11011111 100111 1 0 1010011 1100100 1101 1010 1100011 101100

Color Harmonies of #DF2701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2701

Black with #DF2701

Text Example


Text Example

White with #DF2701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2701; }

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

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

background-color css

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

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

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

border-color css

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

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

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