Html Css Color HEX #D21907 Harley Davidson Orange

📋 copy color: '#D21907'

red 210 ◦ green 25 ◦ blue 7

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

Shades of Harley Davidson Orange #D21907

Tints of Harley Davidson Orange #D21907

RGB

 RED value IS 210 (82.42% from 255) = 86.78%

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

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

R = 86.78%
G = 10.33%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D21907 (or 0xD21907) is known color: Harley Davidson Orange. HEX triplet: D2, 19 and 07. RGB value is (210,25,7). Sum of RGB (Red+Green+Blue) = 210+25+7=242 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.78% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 210 - color contains mainly: red. Hex color #D21907 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21907 is #2DE6F8. Grayscale: #4E4E4E. Windows color (decimal): -3008249 or 465362. OLE color: 465362.

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

Color convert

RGB 210 25 7 -
CMYK 0 0.88 0.97 0.18
HSL 5.32º 0.94% 0.43% -
HSV(B) 5.32º 0.97% 0.82% -
XYZ 26.96 14.41 1.56 -
YUV 78.26 87.79 221.96 -
System Red Green Blue C M Y K H S L
Decimal 210 25 7 0 0.88 0.97 0.18 5.32 0.94 0.43
Hex D2 19 7 0 58 61 12 5 5E 2B
Octal 322 31 7 0 130 141 22 5 136 53
Binary 11010010 11001 111 0 1011000 1100001 10010 101 1011110 101011

Color Harmonies of #D21907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21907

Black with #D21907

Text Example


Text Example

White with #D21907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21907; }

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

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

background-color css

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

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

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

border-color css

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

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

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