Html Css Color HEX #D5380D Harley Davidson Orange

📋 copy color: '#D5380D'

red 213 ◦ green 56 ◦ blue 13

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

Shades of Harley Davidson Orange #D5380D

Tints of Harley Davidson Orange #D5380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.86%

 BLUE value IS 13 (5.47% from 255) = 4.61%

R = 75.53%
G = 19.86%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5380D (or 0xD5380D) is known color: Harley Davidson Orange. HEX triplet: D5, 38 and 0D. RGB value is (213,56,13). Sum of RGB (Red+Green+Blue) = 213+56+13=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D5380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5380D is #2AC7F2. Grayscale: #626262. Windows color (decimal): -2803699 or 866517. OLE color: 866517.

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

Color convert

RGB 213 56 13 -
CMYK 0 0.74 0.94 0.16
HSL 12.9º 0.88% 0.44% -
HSV(B) 12.9º 0.94% 0.84% -
XYZ 28.93 17 2.14 -
YUV 98.04 80.01 210 -
System Red Green Blue C M Y K H S L
Decimal 213 56 13 0 0.74 0.94 0.16 12.9 0.88 0.44
Hex D5 38 D 0 4A 5E 10 D 58 2C
Octal 325 70 15 0 112 136 20 15 130 54
Binary 11010101 111000 1101 0 1001010 1011110 10000 1101 1011000 101100

Color Harmonies of #D5380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5380D

Black with #D5380D

Text Example


Text Example

White with #D5380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5380D; }

 p { color: rgb(213,56,13); }

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

background-color css

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

 a { background-color: rgb(213,56,13); }

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

border-color css

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

 span { border-color: rgb(213,56,13); }

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