Html Css Color HEX #D2401A Harley Davidson Orange

📋 copy color: '#D2401A'

red 210 ◦ green 64 ◦ blue 26

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

Shades of Harley Davidson Orange #D2401A

Tints of Harley Davidson Orange #D2401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.33%

 BLUE value IS 26 (10.55% from 255) = 8.67%

R = 70%
G = 21.33%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2401A (or 0xD2401A) is known color: Harley Davidson Orange. HEX triplet: D2, 40 and 1A. RGB value is (210,64,26). Sum of RGB (Red+Green+Blue) = 210+64+26=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D2401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2401A is #2DBFE5. Grayscale: #676767. Windows color (decimal): -2998246 or 1720530. OLE color: 1720530.

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

Color convert

RGB 210 64 26 -
CMYK 0 0.70 0.88 0.18
HSL 12.39º 0.78% 0.46% -
HSV(B) 12.39º 0.88% 0.82% -
XYZ 28.6 17.44 2.84 -
YUV 103.32 84.37 204.09 -
System Red Green Blue C M Y K H S L
Decimal 210 64 26 0 0.70 0.88 0.18 12.39 0.78 0.46
Hex D2 40 1A 0 46 58 12 C 4E 2E
Octal 322 100 32 0 106 130 22 14 116 56
Binary 11010010 1000000 11010 0 1000110 1011000 10010 1100 1001110 101110

Color Harmonies of #D2401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2401A

Black with #D2401A

Text Example


Text Example

White with #D2401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2401A; }

 p { color: rgb(210,64,26); }

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

background-color css

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

 a { background-color: rgb(210,64,26); }

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

border-color css

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

 span { border-color: rgb(210,64,26); }

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