Html Css Color HEX #DF2513 Harley Davidson Orange

📋 copy color: '#DF2513'

red 223 ◦ green 37 ◦ blue 19

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

Shades of Harley Davidson Orange #DF2513

Tints of Harley Davidson Orange #DF2513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.81%

R = 79.93%
G = 13.26%
B = 6.81%

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

#DF2513 (or 0xDF2513) is known color: Harley Davidson Orange. HEX triplet: DF, 25 and 13. RGB value is (223,37,19). Sum of RGB (Red+Green+Blue) = 223+37+19=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2513 is #20DAEC. Grayscale: #5A5A5A. Windows color (decimal): -2153197 or 1254879. OLE color: 1254879.

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

Color convert

RGB 223 37 19 -
CMYK 0 0.83 0.91 0.13
HSL 5.29º 0.84% 0.47% -
HSV(B) 5.29º 0.91% 0.87% -
XYZ 31.21 17.06 2.26 -
YUV 90.56 87.62 222.46 -
System Red Green Blue C M Y K H S L
Decimal 223 37 19 0 0.83 0.91 0.13 5.29 0.84 0.47
Hex DF 25 13 0 53 5B D 5 54 2F
Octal 337 45 23 0 123 133 15 5 124 57
Binary 11011111 100101 10011 0 1010011 1011011 1101 101 1010100 101111

Color Harmonies of #DF2513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2513

Black with #DF2513

Text Example


Text Example

White with #DF2513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2513; }

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

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

background-color css

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

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

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

border-color css

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

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

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