Html Css Color HEX #D0431A Harley Davidson Orange

📋 copy color: '#D0431A'

red 208 ◦ green 67 ◦ blue 26

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

Shades of Harley Davidson Orange #D0431A

Tints of Harley Davidson Orange #D0431A

RGB

 RED value IS 208 (81.64% from 255) = 69.1%

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

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

R = 69.1%
G = 22.26%
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

#D0431A (or 0xD0431A) is known color: Harley Davidson Orange. HEX triplet: D0, 43 and 1A. RGB value is (208,67,26). Sum of RGB (Red+Green+Blue) = 208+67+26=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D0431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0431A is #2FBCE5. Grayscale: #686868. Windows color (decimal): -3128550 or 1721296. OLE color: 1721296.

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

Color convert

RGB 208 67 26 -
CMYK 0 0.68 0.88 0.18
HSL 13.52º 0.78% 0.46% -
HSV(B) 13.52º 0.88% 0.82% -
XYZ 28.21 17.5 2.87 -
YUV 104.49 83.71 201.83 -
System Red Green Blue C M Y K H S L
Decimal 208 67 26 0 0.68 0.88 0.18 13.52 0.78 0.46
Hex D0 43 1A 0 44 58 12 E 4E 2E
Octal 320 103 32 0 104 130 22 16 116 56
Binary 11010000 1000011 11010 0 1000100 1011000 10010 1110 1001110 101110

Color Harmonies of #D0431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0431A

Black with #D0431A

Text Example


Text Example

White with #D0431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0431A; }

 p { color: rgb(208,67,26); }

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

background-color css

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

 a { background-color: rgb(208,67,26); }

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

border-color css

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

 span { border-color: rgb(208,67,26); }

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