Html Css Color HEX #D54C1A Harley Davidson Orange

📋 copy color: '#D54C1A'

red 213 ◦ green 76 ◦ blue 26

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

Shades of Harley Davidson Orange #D54C1A

Tints of Harley Davidson Orange #D54C1A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.13%

 BLUE value IS 26 (10.55% from 255) = 8.25%

R = 67.62%
G = 24.13%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D54C1A (or 0xD54C1A) is known color: Harley Davidson Orange. HEX triplet: D5, 4C and 1A. RGB value is (213,76,26). Sum of RGB (Red+Green+Blue) = 213+76+26=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54C1A is #2AB3E5. Grayscale: #6F6F6F. Windows color (decimal): -2798566 or 1723605. OLE color: 1723605.

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

Color convert

RGB 213 76 26 -
CMYK 0 0.64 0.88 0.16
HSL 16.04º 0.78% 0.47% -
HSV(B) 16.04º 0.88% 0.84% -
XYZ 30.21 19.39 3.13 -
YUV 111.26 79.89 200.57 -
System Red Green Blue C M Y K H S L
Decimal 213 76 26 0 0.64 0.88 0.16 16.04 0.78 0.47
Hex D5 4C 1A 0 40 58 10 10 4E 2F
Octal 325 114 32 0 100 130 20 20 116 57
Binary 11010101 1001100 11010 0 1000000 1011000 10000 10000 1001110 101111

Color Harmonies of #D54C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C1A

Black with #D54C1A

Text Example


Text Example

White with #D54C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C1A; }

 p { color: rgb(213,76,26); }

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

background-color css

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

 a { background-color: rgb(213,76,26); }

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

border-color css

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

 span { border-color: rgb(213,76,26); }

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