Html Css Color HEX #D62218 Harley Davidson Orange

📋 copy color: '#D62218'

red 214 ◦ green 34 ◦ blue 24

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

Shades of Harley Davidson Orange #D62218

Tints of Harley Davidson Orange #D62218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.5%

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

R = 78.68%
G = 12.5%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D62218 (or 0xD62218) is known color: Harley Davidson Orange. HEX triplet: D6, 22 and 18. RGB value is (214,34,24). Sum of RGB (Red+Green+Blue) = 214+34+24=272 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.68% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 214 - color contains mainly: red. Hex color #D62218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62218 is #29DDE7. Grayscale: #565656. Windows color (decimal): -2743784 or 1581782. OLE color: 1581782.

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

Color convert

RGB 214 34 24 -
CMYK 0 0.84 0.89 0.16
HSL 3.16º 0.8% 0.47% -
HSV(B) 3.16º 0.89% 0.84% -
XYZ 28.47 15.51 2.36 -
YUV 86.68 92.63 218.81 -
System Red Green Blue C M Y K H S L
Decimal 214 34 24 0 0.84 0.89 0.16 3.16 0.8 0.47
Hex D6 22 18 0 54 59 10 3 50 2F
Octal 326 42 30 0 124 131 20 3 120 57
Binary 11010110 100010 11000 0 1010100 1011001 10000 11 1010000 101111

Color Harmonies of #D62218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62218

Black with #D62218

Text Example


Text Example

White with #D62218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62218; }

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

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

background-color css

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

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

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

border-color css

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

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

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