Html Css Color HEX #D7400B Harley Davidson Orange

📋 copy color: '#D7400B'

red 215 ◦ green 64 ◦ blue 11

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

Shades of Harley Davidson Orange #D7400B

Tints of Harley Davidson Orange #D7400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.07%

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

R = 74.14%
G = 22.07%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7400B (or 0xD7400B) is known color: Harley Davidson Orange. HEX triplet: D7, 40 and 0B. RGB value is (215,64,11). Sum of RGB (Red+Green+Blue) = 215+64+11=290 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.14% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 215 - color contains mainly: red. Hex color #D7400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7400B is #28BFF4. Grayscale: #676767. Windows color (decimal): -2670581 or 737495. OLE color: 737495.

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

Color convert

RGB 215 64 11 -
CMYK 0 0.70 0.95 0.16
HSL 15.59º 0.9% 0.44% -
HSV(B) 15.59º 0.95% 0.84% -
XYZ 29.92 18.14 2.24 -
YUV 103.11 76.03 207.81 -
System Red Green Blue C M Y K H S L
Decimal 215 64 11 0 0.70 0.95 0.16 15.59 0.9 0.44
Hex D7 40 B 0 46 5F 10 10 5A 2C
Octal 327 100 13 0 106 137 20 20 132 54
Binary 11010111 1000000 1011 0 1000110 1011111 10000 10000 1011010 101100

Color Harmonies of #D7400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7400B

Black with #D7400B

Text Example


Text Example

White with #D7400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7400B; }

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

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

background-color css

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

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

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

border-color css

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

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

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