Html Css Color HEX #D14421 Harley Davidson Orange

📋 copy color: '#D14421'

red 209 ◦ green 68 ◦ blue 33

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

Shades of Harley Davidson Orange #D14421

Tints of Harley Davidson Orange #D14421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.94%

 BLUE value IS 33 (13.28% from 255) = 10.65%

R = 67.42%
G = 21.94%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D14421 (or 0xD14421) is known color: Harley Davidson Orange. HEX triplet: D1, 44 and 21. RGB value is (209,68,33). Sum of RGB (Red+Green+Blue) = 209+68+33=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D14421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14421 is #2EBBDE. Grayscale: #6A6A6A. Windows color (decimal): -3062751 or 2180305. OLE color: 2180305.

HSL color Cylindrical-coordinate representation of color #D14421: hue angle of 11.93º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D14421 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 68 33 -
CMYK 0 0.67 0.84 0.18
HSL 11.93º 0.73% 0.47% -
HSV(B) 11.93º 0.84% 0.82% -
XYZ 28.64 17.8 3.37 -
YUV 106.17 86.71 201.35 -
System Red Green Blue C M Y K H S L
Decimal 209 68 33 0 0.67 0.84 0.18 11.93 0.73 0.47
Hex D1 44 21 0 43 54 12 C 49 2F
Octal 321 104 41 0 103 124 22 14 111 57
Binary 11010001 1000100 100001 0 1000011 1010100 10010 1100 1001001 101111

Color Harmonies of #D14421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14421

Black with #D14421

Text Example


Text Example

White with #D14421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14421; }

 p { color: rgb(209,68,33); }

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

background-color css

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

 a { background-color: rgb(209,68,33); }

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

border-color css

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

 span { border-color: rgb(209,68,33); }

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