Html Css Color HEX #D63718 Harley Davidson Orange

📋 copy color: '#D63718'

red 214 ◦ green 55 ◦ blue 24

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

Shades of Harley Davidson Orange #D63718

Tints of Harley Davidson Orange #D63718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.77%

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

R = 73.04%
G = 18.77%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D63718 (or 0xD63718) is known color: Harley Davidson Orange. HEX triplet: D6, 37 and 18. RGB value is (214,55,24). Sum of RGB (Red+Green+Blue) = 214+55+24=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D63718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63718 is #29C8E7. Grayscale: #636363. Windows color (decimal): -2738408 or 1587158. OLE color: 1587158.

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

Color convert

RGB 214 55 24 -
CMYK 0 0.74 0.89 0.16
HSL 9.79º 0.8% 0.47% -
HSV(B) 9.79º 0.89% 0.84% -
XYZ 29.26 17.09 2.62 -
YUV 99.01 85.68 210.02 -
System Red Green Blue C M Y K H S L
Decimal 214 55 24 0 0.74 0.89 0.16 9.79 0.8 0.47
Hex D6 37 18 0 4A 59 10 A 50 2F
Octal 326 67 30 0 112 131 20 12 120 57
Binary 11010110 110111 11000 0 1001010 1011001 10000 1010 1010000 101111

Color Harmonies of #D63718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63718

Black with #D63718

Text Example


Text Example

White with #D63718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63718; }

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

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

background-color css

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

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

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

border-color css

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

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

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