Html Css Color HEX #D1421C Harley Davidson Orange

📋 copy color: '#D1421C'

red 209 ◦ green 66 ◦ blue 28

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

Shades of Harley Davidson Orange #D1421C

Tints of Harley Davidson Orange #D1421C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.24%

R = 68.98%
G = 21.78%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1421C (or 0xD1421C) is known color: Harley Davidson Orange. HEX triplet: D1, 42 and 1C. RGB value is (209,66,28). Sum of RGB (Red+Green+Blue) = 209+66+28=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D1421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1421C is #2EBDE3. Grayscale: #686868. Windows color (decimal): -3063268 or 1852113. OLE color: 1852113.

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

Color convert

RGB 209 66 28 -
CMYK 0 0.68 0.87 0.18
HSL 12.6º 0.76% 0.46% -
HSV(B) 12.6º 0.87% 0.82% -
XYZ 28.45 17.54 2.98 -
YUV 104.43 84.88 202.59 -
System Red Green Blue C M Y K H S L
Decimal 209 66 28 0 0.68 0.87 0.18 12.6 0.76 0.46
Hex D1 42 1C 0 44 57 12 D 4C 2E
Octal 321 102 34 0 104 127 22 15 114 56
Binary 11010001 1000010 11100 0 1000100 1010111 10010 1101 1001100 101110

Color Harmonies of #D1421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1421C

Black with #D1421C

Text Example


Text Example

White with #D1421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1421C; }

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

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

background-color css

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

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

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

border-color css

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

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

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