Html Css Color HEX #D7370B Harley Davidson Orange

📋 copy color: '#D7370B'

red 215 ◦ green 55 ◦ blue 11

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

Shades of Harley Davidson Orange #D7370B

Tints of Harley Davidson Orange #D7370B

RGB

 RED value IS 215 (84.38% from 255) = 76.51%

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

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

R = 76.51%
G = 19.57%
B = 3.91%

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

#D7370B (or 0xD7370B) is known color: Harley Davidson Orange. HEX triplet: D7, 37 and 0B. RGB value is (215,55,11). Sum of RGB (Red+Green+Blue) = 215+55+11=281 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.51% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 215 - color contains mainly: red. Hex color #D7370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7370B is #28C8F4. Grayscale: #626262. Windows color (decimal): -2672885 or 735191. OLE color: 735191.

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

Color convert

RGB 215 55 11 -
CMYK 0 0.74 0.95 0.16
HSL 12.94º 0.9% 0.44% -
HSV(B) 12.94º 0.95% 0.84% -
XYZ 29.45 17.2 2.09 -
YUV 97.82 79.01 211.58 -
System Red Green Blue C M Y K H S L
Decimal 215 55 11 0 0.74 0.95 0.16 12.94 0.9 0.44
Hex D7 37 B 0 4A 5F 10 D 5A 2C
Octal 327 67 13 0 112 137 20 15 132 54
Binary 11010111 110111 1011 0 1001010 1011111 10000 1101 1011010 101100

Color Harmonies of #D7370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7370B

Black with #D7370B

Text Example


Text Example

White with #D7370B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7370B; }

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

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

background-color css

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

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

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

border-color css

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

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

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