Html Css Color HEX #D7420B Harley Davidson Orange

📋 copy color: '#D7420B'

red 215 ◦ green 66 ◦ blue 11

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

Shades of Harley Davidson Orange #D7420B

Tints of Harley Davidson Orange #D7420B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.6%

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

R = 73.63%
G = 22.6%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7420B (or 0xD7420B) is known color: Harley Davidson Orange. HEX triplet: D7, 42 and 0B. RGB value is (215,66,11). Sum of RGB (Red+Green+Blue) = 215+66+11=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D7420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7420B is #28BDF4. Grayscale: #686868. Windows color (decimal): -2670069 or 738007. OLE color: 738007.

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

Color convert

RGB 215 66 11 -
CMYK 0 0.69 0.95 0.16
HSL 16.18º 0.9% 0.44% -
HSV(B) 16.18º 0.95% 0.84% -
XYZ 30.03 18.37 2.28 -
YUV 104.28 75.36 206.97 -
System Red Green Blue C M Y K H S L
Decimal 215 66 11 0 0.69 0.95 0.16 16.18 0.9 0.44
Hex D7 42 B 0 45 5F 10 10 5A 2C
Octal 327 102 13 0 105 137 20 20 132 54
Binary 11010111 1000010 1011 0 1000101 1011111 10000 10000 1011010 101100

Color Harmonies of #D7420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7420B

Black with #D7420B

Text Example


Text Example

White with #D7420B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7420B; }

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

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

background-color css

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

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

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

border-color css

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

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

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