Html Css Color HEX #DF2514 Harley Davidson Orange

📋 copy color: '#DF2514'

red 223 ◦ green 37 ◦ blue 20

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

Shades of Harley Davidson Orange #DF2514

Tints of Harley Davidson Orange #DF2514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.21%

 BLUE value IS 20 (8.2% from 255) = 7.14%

R = 79.64%
G = 13.21%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF2514 (or 0xDF2514) is known color: Harley Davidson Orange. HEX triplet: DF, 25 and 14. RGB value is (223,37,20). Sum of RGB (Red+Green+Blue) = 223+37+20=280 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.64% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2514 is #20DAEB. Grayscale: #5A5A5A. Windows color (decimal): -2153196 or 1320415. OLE color: 1320415.

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

Color convert

RGB 223 37 20 -
CMYK 0 0.83 0.91 0.13
HSL 5.02º 0.84% 0.48% -
HSV(B) 5.02º 0.91% 0.87% -
XYZ 31.22 17.06 2.31 -
YUV 90.68 88.12 222.38 -
System Red Green Blue C M Y K H S L
Decimal 223 37 20 0 0.83 0.91 0.13 5.02 0.84 0.48
Hex DF 25 14 0 53 5B D 5 54 30
Octal 337 45 24 0 123 133 15 5 124 60
Binary 11011111 100101 10100 0 1010011 1011011 1101 101 1010100 110000

Color Harmonies of #DF2514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2514

Black with #DF2514

Text Example


Text Example

White with #DF2514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2514; }

 p { color: rgb(223,37,20); }

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

background-color css

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

 a { background-color: rgb(223,37,20); }

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

border-color css

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

 span { border-color: rgb(223,37,20); }

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