Html Css Color HEX #D54A1D Harley Davidson Orange

📋 copy color: '#D54A1D'

red 213 ◦ green 74 ◦ blue 29

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

Shades of Harley Davidson Orange #D54A1D

Tints of Harley Davidson Orange #D54A1D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.42%

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

R = 67.41%
G = 23.42%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D54A1D (or 0xD54A1D) is known color: Harley Davidson Orange. HEX triplet: D5, 4A and 1D. RGB value is (213,74,29). Sum of RGB (Red+Green+Blue) = 213+74+29=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54A1D is #2AB5E2. Grayscale: #6E6E6E. Windows color (decimal): -2799075 or 1919701. OLE color: 1919701.

HSL color Cylindrical-coordinate representation of color #D54A1D: hue angle of 14.67º 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 #D54A1D is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 74 29 -
CMYK 0 0.65 0.86 0.16
HSL 14.67º 0.76% 0.47% -
HSV(B) 14.67º 0.86% 0.84% -
XYZ 30.11 19.13 3.27 -
YUV 110.43 82.05 201.16 -
System Red Green Blue C M Y K H S L
Decimal 213 74 29 0 0.65 0.86 0.16 14.67 0.76 0.47
Hex D5 4A 1D 0 41 56 10 F 4C 2F
Octal 325 112 35 0 101 126 20 17 114 57
Binary 11010101 1001010 11101 0 1000001 1010110 10000 1111 1001100 101111

Color Harmonies of #D54A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A1D

Black with #D54A1D

Text Example


Text Example

White with #D54A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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