Html Css Color HEX #D62C18 Harley Davidson Orange

📋 copy color: '#D62C18'

red 214 ◦ green 44 ◦ blue 24

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

Shades of Harley Davidson Orange #D62C18

Tints of Harley Davidson Orange #D62C18

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.6%

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

R = 75.89%
G = 15.6%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D62C18 (or 0xD62C18) is known color: Harley Davidson Orange. HEX triplet: D6, 2C and 18. RGB value is (214,44,24). Sum of RGB (Red+Green+Blue) = 214+44+24=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62C18 is #29D3E7. Grayscale: #5C5C5C. Windows color (decimal): -2741224 or 1584342. OLE color: 1584342.

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

Color convert

RGB 214 44 24 -
CMYK 0 0.79 0.89 0.16
HSL 6.32º 0.8% 0.47% -
HSV(B) 6.32º 0.89% 0.84% -
XYZ 28.8 16.16 2.47 -
YUV 92.55 89.32 214.63 -
System Red Green Blue C M Y K H S L
Decimal 214 44 24 0 0.79 0.89 0.16 6.32 0.8 0.47
Hex D6 2C 18 0 4F 59 10 6 50 2F
Octal 326 54 30 0 117 131 20 6 120 57
Binary 11010110 101100 11000 0 1001111 1011001 10000 110 1010000 101111

Color Harmonies of #D62C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62C18

Black with #D62C18

Text Example


Text Example

White with #D62C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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