Html Css Color HEX #D5421A Harley Davidson Orange

📋 copy color: '#D5421A'

red 213 ◦ green 66 ◦ blue 26

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

Shades of Harley Davidson Orange #D5421A

Tints of Harley Davidson Orange #D5421A

RGB

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

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

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

R = 69.84%
G = 21.64%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5421A (or 0xD5421A) is known color: Harley Davidson Orange. HEX triplet: D5, 42 and 1A. RGB value is (213,66,26). Sum of RGB (Red+Green+Blue) = 213+66+26=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D5421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5421A is #2ABDE5. Grayscale: #696969. Windows color (decimal): -2801126 or 1721045. OLE color: 1721045.

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

Color convert

RGB 213 66 26 -
CMYK 0 0.69 0.88 0.16
HSL 12.83º 0.78% 0.47% -
HSV(B) 12.83º 0.88% 0.84% -
XYZ 29.58 18.12 2.92 -
YUV 105.39 83.2 204.75 -
System Red Green Blue C M Y K H S L
Decimal 213 66 26 0 0.69 0.88 0.16 12.83 0.78 0.47
Hex D5 42 1A 0 45 58 10 D 4E 2F
Octal 325 102 32 0 105 130 20 15 116 57
Binary 11010101 1000010 11010 0 1000101 1011000 10000 1101 1001110 101111

Color Harmonies of #D5421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5421A

Black with #D5421A

Text Example


Text Example

White with #D5421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5421A; }

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

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

background-color css

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

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

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

border-color css

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

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

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