Html Css Color HEX #D5370B Harley Davidson Orange

📋 copy color: '#D5370B'

red 213 ◦ green 55 ◦ blue 11

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

Shades of Harley Davidson Orange #D5370B

Tints of Harley Davidson Orange #D5370B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.71%

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

R = 76.34%
G = 19.71%
B = 3.94%

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

#D5370B (or 0xD5370B) is known color: Harley Davidson Orange. HEX triplet: D5, 37 and 0B. RGB value is (213,55,11). Sum of RGB (Red+Green+Blue) = 213+55+11=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D5370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5370B is #2AC8F4. Grayscale: #616161. Windows color (decimal): -2803957 or 735189. OLE color: 735189.

HSL color Cylindrical-coordinate representation of color #D5370B: hue angle of 13.07º 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 #D5370B is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 55 11 -
CMYK 0 0.74 0.95 0.16
HSL 13.07º 0.9% 0.44% -
HSV(B) 13.07º 0.95% 0.84% -
XYZ 28.87 16.9 2.06 -
YUV 97.23 79.35 210.58 -
System Red Green Blue C M Y K H S L
Decimal 213 55 11 0 0.74 0.95 0.16 13.07 0.9 0.44
Hex D5 37 B 0 4A 5F 10 D 5A 2C
Octal 325 67 13 0 112 137 20 15 132 54
Binary 11010101 110111 1011 0 1001010 1011111 10000 1101 1011010 101100

Color Harmonies of #D5370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5370B

Black with #D5370B

Text Example


Text Example

White with #D5370B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5370B; }

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

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

background-color css

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

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

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

border-color css

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

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

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