Html Css Color HEX #D5421E Harley Davidson Orange

📋 copy color: '#D5421E'

red 213 ◦ green 66 ◦ blue 30

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

Shades of Harley Davidson Orange #D5421E

Tints of Harley Davidson Orange #D5421E

RGB

 RED value IS 213 (83.59% from 255) = 68.93%

 GREEN value IS 66 (26.17% from 255) = 21.36%

 BLUE value IS 30 (12.11% from 255) = 9.71%

R = 68.93%
G = 21.36%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5421E (or 0xD5421E) is known color: Harley Davidson Orange. HEX triplet: D5, 42 and 1E. RGB value is (213,66,30). Sum of RGB (Red+Green+Blue) = 213+66+30=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D5421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5421E is #2ABDE1. Grayscale: #6A6A6A. Windows color (decimal): -2801122 or 1983189. OLE color: 1983189.

HSL color Cylindrical-coordinate representation of color #D5421E: hue angle of 11.8º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5421E is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 66 30 -
CMYK 0 0.69 0.86 0.16
HSL 11.8º 0.75% 0.48% -
HSV(B) 11.8º 0.86% 0.84% -
XYZ 29.62 18.14 3.17 -
YUV 105.85 85.2 204.43 -
System Red Green Blue C M Y K H S L
Decimal 213 66 30 0 0.69 0.86 0.16 11.8 0.75 0.48
Hex D5 42 1E 0 45 56 10 C 4B 30
Octal 325 102 36 0 105 126 20 14 113 60
Binary 11010101 1000010 11110 0 1000101 1010110 10000 1100 1001011 110000

Color Harmonies of #D5421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5421E

Black with #D5421E

Text Example


Text Example

White with #D5421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5421E; }

 p { color: rgb(213,66,30); }

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

background-color css

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

 a { background-color: rgb(213,66,30); }

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

border-color css

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

 span { border-color: rgb(213,66,30); }

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