Html Css Color HEX #D8431A Harley Davidson Orange

📋 copy color: '#D8431A'

red 216 ◦ green 67 ◦ blue 26

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

Shades of Harley Davidson Orange #D8431A

Tints of Harley Davidson Orange #D8431A

RGB

 RED value IS 216 (84.77% from 255) = 69.9%

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

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

R = 69.9%
G = 21.68%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8431A (or 0xD8431A) is known color: Harley Davidson Orange. HEX triplet: D8, 43 and 1A. RGB value is (216,67,26). Sum of RGB (Red+Green+Blue) = 216+67+26=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D8431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8431A is #27BCE5. Grayscale: #6B6B6B. Windows color (decimal): -2604262 or 1721304. OLE color: 1721304.

HSL color Cylindrical-coordinate representation of color #D8431A: hue angle of 12.95º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8431A is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 67 26 -
CMYK 0 0.69 0.88 0.15
HSL 12.95º 0.79% 0.47% -
HSV(B) 12.95º 0.88% 0.85% -
XYZ 30.51 18.69 2.98 -
YUV 106.88 82.36 205.83 -
System Red Green Blue C M Y K H S L
Decimal 216 67 26 0 0.69 0.88 0.15 12.95 0.79 0.47
Hex D8 43 1A 0 45 58 F D 4F 2F
Octal 330 103 32 0 105 130 17 15 117 57
Binary 11011000 1000011 11010 0 1000101 1011000 1111 1101 1001111 101111

Color Harmonies of #D8431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8431A

Black with #D8431A

Text Example


Text Example

White with #D8431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8431A; }

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

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

background-color css

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

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

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

border-color css

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

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

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