Html Css Color HEX #D62307 Harley Davidson Orange

📋 copy color: '#D62307'

red 214 ◦ green 35 ◦ blue 7

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

Shades of Harley Davidson Orange #D62307

Tints of Harley Davidson Orange #D62307

RGB

 RED value IS 214 (83.98% from 255) = 83.59%

 GREEN value IS 35 (14.06% from 255) = 13.67%

 BLUE value IS 7 (3.13% from 255) = 2.73%

R = 83.59%
G = 13.67%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D62307 (or 0xD62307) is known color: Harley Davidson Orange. HEX triplet: D6, 23 and 07. RGB value is (214,35,7). Sum of RGB (Red+Green+Blue) = 214+35+7=256 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.59% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 214 - color contains mainly: red. Hex color #D62307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62307 is #29DCF8. Grayscale: #555555. Windows color (decimal): -2743545 or 467926. OLE color: 467926.

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

Color convert

RGB 214 35 7 -
CMYK 0 0.84 0.97 0.16
HSL 8.12º 0.94% 0.43% -
HSV(B) 8.12º 0.97% 0.84% -
XYZ 28.37 15.51 1.7 -
YUV 85.33 83.8 219.78 -
System Red Green Blue C M Y K H S L
Decimal 214 35 7 0 0.84 0.97 0.16 8.12 0.94 0.43
Hex D6 23 7 0 54 61 10 8 5E 2B
Octal 326 43 7 0 124 141 20 10 136 53
Binary 11010110 100011 111 0 1010100 1100001 10000 1000 1011110 101011

Color Harmonies of #D62307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62307

Black with #D62307

Text Example


Text Example

White with #D62307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62307; }

 p { color: rgb(214,35,7); }

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

background-color css

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

 a { background-color: rgb(214,35,7); }

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

border-color css

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

 span { border-color: rgb(214,35,7); }

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