Html Css Color HEX #DF2309 Harley Davidson Orange

📋 copy color: '#DF2309'

red 223 ◦ green 35 ◦ blue 9

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

Shades of Harley Davidson Orange #DF2309

Tints of Harley Davidson Orange #DF2309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.11%

 BLUE value IS 9 (3.91% from 255) = 3.37%

R = 83.52%
G = 13.11%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF2309 (or 0xDF2309) is known color: Harley Davidson Orange. HEX triplet: DF, 23 and 09. RGB value is (223,35,9). Sum of RGB (Red+Green+Blue) = 223+35+9=267 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.52% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2309 is #20DCF6. Grayscale: #585858. Windows color (decimal): -2153719 or 599007. OLE color: 599007.

HSL color Cylindrical-coordinate representation of color #DF2309: hue angle of 7.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF2309 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 35 9 -
CMYK 0 0.84 0.96 0.13
HSL 7.29º 0.92% 0.45% -
HSV(B) 7.29º 0.96% 0.87% -
XYZ 31.08 16.91 1.88 -
YUV 88.25 83.28 224.11 -
System Red Green Blue C M Y K H S L
Decimal 223 35 9 0 0.84 0.96 0.13 7.29 0.92 0.45
Hex DF 23 9 0 54 60 D 7 5C 2D
Octal 337 43 11 0 124 140 15 7 134 55
Binary 11011111 100011 1001 0 1010100 1100000 1101 111 1011100 101101

Color Harmonies of #DF2309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2309

Black with #DF2309

Text Example


Text Example

White with #DF2309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2309; }

 p { color: rgb(223,35,9); }

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

background-color css

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

 a { background-color: rgb(223,35,9); }

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

border-color css

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

 span { border-color: rgb(223,35,9); }

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