Html Css Color HEX #DF2318 Harley Davidson Orange

📋 copy color: '#DF2318'

red 223 ◦ green 35 ◦ blue 24

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

Shades of Harley Davidson Orange #DF2318

Tints of Harley Davidson Orange #DF2318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.51%

R = 79.08%
G = 12.41%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF2318 (or 0xDF2318) is known color: Harley Davidson Orange. HEX triplet: DF, 23 and 18. RGB value is (223,35,24). Sum of RGB (Red+Green+Blue) = 223+35+24=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2318 is #20DCE7. Grayscale: #5A5A5A. Windows color (decimal): -2153704 or 1582047. OLE color: 1582047.

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

Color convert

RGB 223 35 24 -
CMYK 0 0.84 0.89 0.13
HSL 3.32º 0.81% 0.48% -
HSV(B) 3.32º 0.89% 0.87% -
XYZ 31.2 16.96 2.49 -
YUV 89.96 90.78 222.89 -
System Red Green Blue C M Y K H S L
Decimal 223 35 24 0 0.84 0.89 0.13 3.32 0.81 0.48
Hex DF 23 18 0 54 59 D 3 51 30
Octal 337 43 30 0 124 131 15 3 121 60
Binary 11011111 100011 11000 0 1010100 1011001 1101 11 1010001 110000

Color Harmonies of #DF2318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2318

Black with #DF2318

Text Example


Text Example

White with #DF2318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2318; }

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

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

background-color css

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

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

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

border-color css

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

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

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