Html Css Color HEX #D63D18 Harley Davidson Orange

📋 copy color: '#D63D18'

red 214 ◦ green 61 ◦ blue 24

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

Shades of Harley Davidson Orange #D63D18

Tints of Harley Davidson Orange #D63D18

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.4%

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

R = 71.57%
G = 20.4%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D63D18 (or 0xD63D18) is known color: Harley Davidson Orange. HEX triplet: D6, 3D and 18. RGB value is (214,61,24). Sum of RGB (Red+Green+Blue) = 214+61+24=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63D18 is #29C2E7. Grayscale: #666666. Windows color (decimal): -2736872 or 1588694. OLE color: 1588694.

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

Color convert

RGB 214 61 24 -
CMYK 0 0.71 0.89 0.16
HSL 11.68º 0.8% 0.47% -
HSV(B) 11.68º 0.89% 0.84% -
XYZ 29.57 17.7 2.72 -
YUV 102.53 83.69 207.51 -
System Red Green Blue C M Y K H S L
Decimal 214 61 24 0 0.71 0.89 0.16 11.68 0.8 0.47
Hex D6 3D 18 0 47 59 10 C 50 2F
Octal 326 75 30 0 107 131 20 14 120 57
Binary 11010110 111101 11000 0 1000111 1011001 10000 1100 1010000 101111

Color Harmonies of #D63D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D18

Black with #D63D18

Text Example


Text Example

White with #D63D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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