Html Css Color HEX #D83921 Harley Davidson Orange

📋 copy color: '#D83921'

red 216 ◦ green 57 ◦ blue 33

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

Shades of Harley Davidson Orange #D83921

Tints of Harley Davidson Orange #D83921

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.63%

 BLUE value IS 33 (13.28% from 255) = 10.78%

R = 70.59%
G = 18.63%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D83921 (or 0xD83921) is known color: Harley Davidson Orange. HEX triplet: D8, 39 and 21. RGB value is (216,57,33). Sum of RGB (Red+Green+Blue) = 216+57+33=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D83921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83921 is #27C6DE. Grayscale: #666666. Windows color (decimal): -2606815 or 2177496. OLE color: 2177496.

HSL color Cylindrical-coordinate representation of color #D83921: hue angle of 7.87º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D83921 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 57 33 -
CMYK 0 0.74 0.85 0.15
HSL 7.87º 0.73% 0.49% -
HSV(B) 7.87º 0.85% 0.85% -
XYZ 30.06 17.63 3.26 -
YUV 101.81 89.18 209.45 -
System Red Green Blue C M Y K H S L
Decimal 216 57 33 0 0.74 0.85 0.15 7.87 0.73 0.49
Hex D8 39 21 0 4A 55 F 8 49 31
Octal 330 71 41 0 112 125 17 10 111 61
Binary 11011000 111001 100001 0 1001010 1010101 1111 1000 1001001 110001

Color Harmonies of #D83921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83921

Black with #D83921

Text Example


Text Example

White with #D83921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83921; }

 p { color: rgb(216,57,33); }

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

background-color css

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

 a { background-color: rgb(216,57,33); }

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

border-color css

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

 span { border-color: rgb(216,57,33); }

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