Html Css Color HEX #D62F18 Harley Davidson Orange

📋 copy color: '#D62F18'

red 214 ◦ green 47 ◦ blue 24

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

Shades of Harley Davidson Orange #D62F18

Tints of Harley Davidson Orange #D62F18

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.49%

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

R = 75.09%
G = 16.49%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D62F18 (or 0xD62F18) is known color: Harley Davidson Orange. HEX triplet: D6, 2F and 18. RGB value is (214,47,24). Sum of RGB (Red+Green+Blue) = 214+47+24=285 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.09% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62F18 is #29D0E7. Grayscale: #5E5E5E. Windows color (decimal): -2740456 or 1585110. OLE color: 1585110.

HSL color Cylindrical-coordinate representation of color #D62F18: hue angle of 7.26º 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 #D62F18 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 47 24 -
CMYK 0 0.78 0.89 0.16
HSL 7.26º 0.8% 0.47% -
HSV(B) 7.26º 0.89% 0.84% -
XYZ 28.91 16.4 2.5 -
YUV 94.31 88.33 213.37 -
System Red Green Blue C M Y K H S L
Decimal 214 47 24 0 0.78 0.89 0.16 7.26 0.8 0.47
Hex D6 2F 18 0 4E 59 10 7 50 2F
Octal 326 57 30 0 116 131 20 7 120 57
Binary 11010110 101111 11000 0 1001110 1011001 10000 111 1010000 101111

Color Harmonies of #D62F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F18

Black with #D62F18

Text Example


Text Example

White with #D62F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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