Html Css Color HEX #D53618 Harley Davidson Orange

📋 copy color: '#D53618'

red 213 ◦ green 54 ◦ blue 24

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

Shades of Harley Davidson Orange #D53618

Tints of Harley Davidson Orange #D53618

RGB

 RED value IS 213 (83.59% from 255) = 73.2%

 GREEN value IS 54 (21.48% from 255) = 18.56%

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

R = 73.2%
G = 18.56%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D53618 (or 0xD53618) is known color: Harley Davidson Orange. HEX triplet: D5, 36 and 18. RGB value is (213,54,24). Sum of RGB (Red+Green+Blue) = 213+54+24=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D53618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53618 is #2AC9E7. Grayscale: #626262. Windows color (decimal): -2804200 or 1586901. OLE color: 1586901.

HSL color Cylindrical-coordinate representation of color #D53618: hue angle of 9.52º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D53618 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 54 24 -
CMYK 0 0.75 0.89 0.16
HSL 9.52º 0.8% 0.46% -
HSV(B) 9.52º 0.89% 0.84% -
XYZ 28.92 16.85 2.59 -
YUV 98.12 86.18 209.94 -
System Red Green Blue C M Y K H S L
Decimal 213 54 24 0 0.75 0.89 0.16 9.52 0.8 0.46
Hex D5 36 18 0 4B 59 10 A 50 2E
Octal 325 66 30 0 113 131 20 12 120 56
Binary 11010101 110110 11000 0 1001011 1011001 10000 1010 1010000 101110

Color Harmonies of #D53618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53618

Black with #D53618

Text Example


Text Example

White with #D53618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53618; }

 p { color: rgb(213,54,24); }

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

background-color css

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

 a { background-color: rgb(213,54,24); }

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

border-color css

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

 span { border-color: rgb(213,54,24); }

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