Html Css Color HEX #D5401C Harley Davidson Orange

📋 copy color: '#D5401C'

red 213 ◦ green 64 ◦ blue 28

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

Shades of Harley Davidson Orange #D5401C

Tints of Harley Davidson Orange #D5401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.98%

 BLUE value IS 28 (11.33% from 255) = 9.18%

R = 69.84%
G = 20.98%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5401C (or 0xD5401C) is known color: Harley Davidson Orange. HEX triplet: D5, 40 and 1C. RGB value is (213,64,28). Sum of RGB (Red+Green+Blue) = 213+64+28=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D5401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5401C is #2ABFE3. Grayscale: #686868. Windows color (decimal): -2801636 or 1851605. OLE color: 1851605.

HSL color Cylindrical-coordinate representation of color #D5401C: hue angle of 11.68º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5401C is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 64 28 -
CMYK 0 0.70 0.87 0.16
HSL 11.68º 0.77% 0.47% -
HSV(B) 11.68º 0.87% 0.84% -
XYZ 29.48 17.9 3 -
YUV 104.45 84.86 205.43 -
System Red Green Blue C M Y K H S L
Decimal 213 64 28 0 0.70 0.87 0.16 11.68 0.77 0.47
Hex D5 40 1C 0 46 57 10 C 4D 2F
Octal 325 100 34 0 106 127 20 14 115 57
Binary 11010101 1000000 11100 0 1000110 1010111 10000 1100 1001101 101111

Color Harmonies of #D5401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5401C

Black with #D5401C

Text Example


Text Example

White with #D5401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5401C; }

 p { color: rgb(213,64,28); }

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

background-color css

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

 a { background-color: rgb(213,64,28); }

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

border-color css

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

 span { border-color: rgb(213,64,28); }

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