Html Css Color HEX #D83318 Harley Davidson Orange

📋 copy color: '#D83318'

red 216 ◦ green 51 ◦ blue 24

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

Shades of Harley Davidson Orange #D83318

Tints of Harley Davidson Orange #D83318

RGB

 RED value IS 216 (84.77% from 255) = 74.23%

 GREEN value IS 51 (20.31% from 255) = 17.53%

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

R = 74.23%
G = 17.53%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D83318 (or 0xD83318) is known color: Harley Davidson Orange. HEX triplet: D8, 33 and 18. RGB value is (216,51,24). Sum of RGB (Red+Green+Blue) = 216+51+24=291 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.23% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 216 - color contains mainly: red. Hex color #D83318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83318 is #27CCE7. Grayscale: #616161. Windows color (decimal): -2608360 or 1586136. OLE color: 1586136.

HSL color Cylindrical-coordinate representation of color #D83318: hue angle of 8.44º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D83318 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 51 24 -
CMYK 0 0.76 0.89 0.15
HSL 8.44º 0.8% 0.47% -
HSV(B) 8.44º 0.89% 0.85% -
XYZ 29.67 17.03 2.59 -
YUV 97.26 86.66 212.7 -
System Red Green Blue C M Y K H S L
Decimal 216 51 24 0 0.76 0.89 0.15 8.44 0.8 0.47
Hex D8 33 18 0 4C 59 F 8 50 2F
Octal 330 63 30 0 114 131 17 10 120 57
Binary 11011000 110011 11000 0 1001100 1011001 1111 1000 1010000 101111

Color Harmonies of #D83318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83318

Black with #D83318

Text Example


Text Example

White with #D83318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83318; }

 p { color: rgb(216,51,24); }

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

background-color css

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

 a { background-color: rgb(216,51,24); }

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

border-color css

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

 span { border-color: rgb(216,51,24); }

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