Html Css Color HEX #D61907 Harley Davidson Orange

📋 copy color: '#D61907'

red 214 ◦ green 25 ◦ blue 7

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

Shades of Harley Davidson Orange #D61907

Tints of Harley Davidson Orange #D61907

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.16%

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

R = 86.99%
G = 10.16%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D61907 (or 0xD61907) is known color: Harley Davidson Orange. HEX triplet: D6, 19 and 07. RGB value is (214,25,7). Sum of RGB (Red+Green+Blue) = 214+25+7=246 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.99% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 214 - color contains mainly: red. Hex color #D61907 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61907 is #29E6F8. Grayscale: #4F4F4F. Windows color (decimal): -2746105 or 465366. OLE color: 465366.

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

Color convert

RGB 214 25 7 -
CMYK 0 0.88 0.97 0.16
HSL 5.22º 0.94% 0.43% -
HSV(B) 5.22º 0.97% 0.84% -
XYZ 28.12 15.01 1.62 -
YUV 79.46 87.12 223.96 -
System Red Green Blue C M Y K H S L
Decimal 214 25 7 0 0.88 0.97 0.16 5.22 0.94 0.43
Hex D6 19 7 0 58 61 10 5 5E 2B
Octal 326 31 7 0 130 141 20 5 136 53
Binary 11010110 11001 111 0 1011000 1100001 10000 101 1011110 101011

Color Harmonies of #D61907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61907

Black with #D61907

Text Example


Text Example

White with #D61907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61907; }

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

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

background-color css

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

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

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

border-color css

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

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

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