Html Css Color HEX #D5380B Harley Davidson Orange

📋 copy color: '#D5380B'

red 213 ◦ green 56 ◦ blue 11

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

Shades of Harley Davidson Orange #D5380B

Tints of Harley Davidson Orange #D5380B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.93%

R = 76.07%
G = 20%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5380B (or 0xD5380B) is known color: Harley Davidson Orange. HEX triplet: D5, 38 and 0B. RGB value is (213,56,11). Sum of RGB (Red+Green+Blue) = 213+56+11=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D5380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5380B is #2AC7F4. Grayscale: #626262. Windows color (decimal): -2803701 or 735445. OLE color: 735445.

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

Color convert

RGB 213 56 11 -
CMYK 0 0.74 0.95 0.16
HSL 13.37º 0.9% 0.44% -
HSV(B) 13.37º 0.95% 0.84% -
XYZ 28.92 17 2.07 -
YUV 97.81 79.01 210.16 -
System Red Green Blue C M Y K H S L
Decimal 213 56 11 0 0.74 0.95 0.16 13.37 0.9 0.44
Hex D5 38 B 0 4A 5F 10 D 5A 2C
Octal 325 70 13 0 112 137 20 15 132 54
Binary 11010101 111000 1011 0 1001010 1011111 10000 1101 1011010 101100

Color Harmonies of #D5380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5380B

Black with #D5380B

Text Example


Text Example

White with #D5380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5380B; }

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

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

background-color css

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

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

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

border-color css

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

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

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