Html Css Color HEX #D1421A Harley Davidson Orange

📋 copy color: '#D1421A'

red 209 ◦ green 66 ◦ blue 26

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

Shades of Harley Davidson Orange #D1421A

Tints of Harley Davidson Orange #D1421A

RGB

 RED value IS 209 (82.03% from 255) = 69.44%

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

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

R = 69.44%
G = 21.93%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1421A (or 0xD1421A) is known color: Harley Davidson Orange. HEX triplet: D1, 42 and 1A. RGB value is (209,66,26). Sum of RGB (Red+Green+Blue) = 209+66+26=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D1421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1421A is #2EBDE5. Grayscale: #686868. Windows color (decimal): -3063270 or 1721041. OLE color: 1721041.

HSL color Cylindrical-coordinate representation of color #D1421A: hue angle of 13.11º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1421A is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 66 26 -
CMYK 0 0.68 0.88 0.18
HSL 13.11º 0.78% 0.46% -
HSV(B) 13.11º 0.88% 0.82% -
XYZ 28.43 17.53 2.86 -
YUV 104.2 83.88 202.75 -
System Red Green Blue C M Y K H S L
Decimal 209 66 26 0 0.68 0.88 0.18 13.11 0.78 0.46
Hex D1 42 1A 0 44 58 12 D 4E 2E
Octal 321 102 32 0 104 130 22 15 116 56
Binary 11010001 1000010 11010 0 1000100 1011000 10010 1101 1001110 101110

Color Harmonies of #D1421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1421A

Black with #D1421A

Text Example


Text Example

White with #D1421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1421A; }

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

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

background-color css

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

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

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

border-color css

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

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

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