Html Css Color HEX #D54308 Harley Davidson Orange

📋 copy color: '#D54308'

red 213 ◦ green 67 ◦ blue 8

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

Shades of Harley Davidson Orange #D54308

Tints of Harley Davidson Orange #D54308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.78%

R = 73.96%
G = 23.26%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D54308 (or 0xD54308) is known color: Harley Davidson Orange. HEX triplet: D5, 43 and 08. RGB value is (213,67,8). Sum of RGB (Red+Green+Blue) = 213+67+8=288 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.96% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 213 - color contains mainly: red. Hex color #D54308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54308 is #2ABCF7. Grayscale: #686868. Windows color (decimal): -2800888 or 541653. OLE color: 541653.

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

Color convert

RGB 213 67 8 -
CMYK 0 0.69 0.96 0.16
HSL 17.27º 0.93% 0.43% -
HSV(B) 17.27º 0.96% 0.84% -
XYZ 29.49 18.18 2.18 -
YUV 103.93 73.87 205.8 -
System Red Green Blue C M Y K H S L
Decimal 213 67 8 0 0.69 0.96 0.16 17.27 0.93 0.43
Hex D5 43 8 0 45 60 10 11 5D 2B
Octal 325 103 10 0 105 140 20 21 135 53
Binary 11010101 1000011 1000 0 1000101 1100000 10000 10001 1011101 101011

Color Harmonies of #D54308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54308

Black with #D54308

Text Example


Text Example

White with #D54308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54308; }

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

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

background-color css

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

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

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

border-color css

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

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

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