Html Css Color HEX #D5431A Harley Davidson Orange

📋 copy color: '#D5431A'

red 213 ◦ green 67 ◦ blue 26

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

Shades of Harley Davidson Orange #D5431A

Tints of Harley Davidson Orange #D5431A

RGB

 RED value IS 213 (83.59% from 255) = 69.61%

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

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

R = 69.61%
G = 21.9%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5431A (or 0xD5431A) is known color: Harley Davidson Orange. HEX triplet: D5, 43 and 1A. RGB value is (213,67,26). Sum of RGB (Red+Green+Blue) = 213+67+26=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D5431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5431A is #2ABCE5. Grayscale: #6A6A6A. Windows color (decimal): -2800870 or 1721301. OLE color: 1721301.

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

Color convert

RGB 213 67 26 -
CMYK 0 0.69 0.88 0.16
HSL 13.16º 0.78% 0.47% -
HSV(B) 13.16º 0.88% 0.84% -
XYZ 29.63 18.24 2.94 -
YUV 105.98 82.87 204.33 -
System Red Green Blue C M Y K H S L
Decimal 213 67 26 0 0.69 0.88 0.16 13.16 0.78 0.47
Hex D5 43 1A 0 45 58 10 D 4E 2F
Octal 325 103 32 0 105 130 20 15 116 57
Binary 11010101 1000011 11010 0 1000101 1011000 10000 1101 1001110 101111

Color Harmonies of #D5431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5431A

Black with #D5431A

Text Example


Text Example

White with #D5431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5431A; }

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

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

background-color css

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

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

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

border-color css

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

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

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