Html Css Color HEX #D1431E Harley Davidson Orange

📋 copy color: '#D1431E'

red 209 ◦ green 67 ◦ blue 30

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

Shades of Harley Davidson Orange #D1431E

Tints of Harley Davidson Orange #D1431E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.9%

 BLUE value IS 30 (12.11% from 255) = 9.8%

R = 68.3%
G = 21.9%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1431E (or 0xD1431E) is known color: Harley Davidson Orange. HEX triplet: D1, 43 and 1E. RGB value is (209,67,30). Sum of RGB (Red+Green+Blue) = 209+67+30=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D1431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1431E is #2EBCE1. Grayscale: #696969. Windows color (decimal): -3063010 or 1983441. OLE color: 1983441.

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

Color convert

RGB 209 67 30 -
CMYK 0 0.68 0.86 0.18
HSL 12.4º 0.75% 0.47% -
HSV(B) 12.4º 0.86% 0.82% -
XYZ 28.54 17.66 3.13 -
YUV 105.24 85.54 202.01 -
System Red Green Blue C M Y K H S L
Decimal 209 67 30 0 0.68 0.86 0.18 12.4 0.75 0.47
Hex D1 43 1E 0 44 56 12 C 4B 2F
Octal 321 103 36 0 104 126 22 14 113 57
Binary 11010001 1000011 11110 0 1000100 1010110 10010 1100 1001011 101111

Color Harmonies of #D1431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1431E

Black with #D1431E

Text Example


Text Example

White with #D1431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1431E; }

 p { color: rgb(209,67,30); }

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

background-color css

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

 a { background-color: rgb(209,67,30); }

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

border-color css

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

 span { border-color: rgb(209,67,30); }

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