Html Css Color HEX #D62818 Harley Davidson Orange

📋 copy color: '#D62818'

red 214 ◦ green 40 ◦ blue 24

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

Shades of Harley Davidson Orange #D62818

Tints of Harley Davidson Orange #D62818

RGB

 RED value IS 214 (83.98% from 255) = 76.98%

 GREEN value IS 40 (16.02% from 255) = 14.39%

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

R = 76.98%
G = 14.39%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D62818 (or 0xD62818) is known color: Harley Davidson Orange. HEX triplet: D6, 28 and 18. RGB value is (214,40,24). Sum of RGB (Red+Green+Blue) = 214+40+24=278 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.98% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 214 - color contains mainly: red. Hex color #D62818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62818 is #29D7E7. Grayscale: #5A5A5A. Windows color (decimal): -2742248 or 1583318. OLE color: 1583318.

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

Color convert

RGB 214 40 24 -
CMYK 0 0.81 0.89 0.16
HSL 5.05º 0.8% 0.47% -
HSV(B) 5.05º 0.89% 0.84% -
XYZ 28.66 15.88 2.42 -
YUV 90.2 90.65 216.3 -
System Red Green Blue C M Y K H S L
Decimal 214 40 24 0 0.81 0.89 0.16 5.05 0.8 0.47
Hex D6 28 18 0 51 59 10 5 50 2F
Octal 326 50 30 0 121 131 20 5 120 57
Binary 11010110 101000 11000 0 1010001 1011001 10000 101 1010000 101111

Color Harmonies of #D62818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62818

Black with #D62818

Text Example


Text Example

White with #D62818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62818; }

 p { color: rgb(214,40,24); }

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

background-color css

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

 a { background-color: rgb(214,40,24); }

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

border-color css

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

 span { border-color: rgb(214,40,24); }

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