Html Css Color HEX #D7420C Harley Davidson Orange

📋 copy color: '#D7420C'

red 215 ◦ green 66 ◦ blue 12

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

Shades of Harley Davidson Orange #D7420C

Tints of Harley Davidson Orange #D7420C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.1%

R = 73.38%
G = 22.53%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7420C (or 0xD7420C) is known color: Harley Davidson Orange. HEX triplet: D7, 42 and 0C. RGB value is (215,66,12). Sum of RGB (Red+Green+Blue) = 215+66+12=293 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.38% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 215 - color contains mainly: red. Hex color #D7420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7420C is #28BDF3. Grayscale: #686868. Windows color (decimal): -2670068 or 803543. OLE color: 803543.

HSL color Cylindrical-coordinate representation of color #D7420C: hue angle of 15.96º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7420C is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 66 12 -
CMYK 0 0.69 0.94 0.16
HSL 15.96º 0.89% 0.45% -
HSV(B) 15.96º 0.94% 0.84% -
XYZ 30.04 18.37 2.31 -
YUV 104.4 75.86 206.89 -
System Red Green Blue C M Y K H S L
Decimal 215 66 12 0 0.69 0.94 0.16 15.96 0.89 0.45
Hex D7 42 C 0 45 5E 10 10 59 2D
Octal 327 102 14 0 105 136 20 20 131 55
Binary 11010111 1000010 1100 0 1000101 1011110 10000 10000 1011001 101101

Color Harmonies of #D7420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7420C

Black with #D7420C

Text Example


Text Example

White with #D7420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7420C; }

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

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

background-color css

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

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

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

border-color css

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

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

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