Html Css Color HEX #D5421D Harley Davidson Orange

📋 copy color: '#D5421D'

red 213 ◦ green 66 ◦ blue 29

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

Shades of Harley Davidson Orange #D5421D

Tints of Harley Davidson Orange #D5421D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.42%

R = 69.16%
G = 21.43%
B = 9.42%

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

#D5421D (or 0xD5421D) is known color: Harley Davidson Orange. HEX triplet: D5, 42 and 1D. RGB value is (213,66,29). Sum of RGB (Red+Green+Blue) = 213+66+29=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D5421D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5421D is #2ABDE2. Grayscale: #6A6A6A. Windows color (decimal): -2801123 or 1917653. OLE color: 1917653.

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

Color convert

RGB 213 66 29 -
CMYK 0 0.69 0.86 0.16
HSL 12.07º 0.76% 0.47% -
HSV(B) 12.07º 0.86% 0.84% -
XYZ 29.61 18.13 3.1 -
YUV 105.74 84.7 204.51 -
System Red Green Blue C M Y K H S L
Decimal 213 66 29 0 0.69 0.86 0.16 12.07 0.76 0.47
Hex D5 42 1D 0 45 56 10 C 4C 2F
Octal 325 102 35 0 105 126 20 14 114 57
Binary 11010101 1000010 11101 0 1000101 1010110 10000 1100 1001100 101111

Color Harmonies of #D5421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5421D

Black with #D5421D

Text Example


Text Example

White with #D5421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5421D; }

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

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

background-color css

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

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

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

border-color css

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

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

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