Html Css Color HEX #D12502 Harley Davidson Orange

📋 copy color: '#D12502'

red 209 ◦ green 37 ◦ blue 2

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

Shades of Harley Davidson Orange #D12502

Tints of Harley Davidson Orange #D12502

RGB

 RED value IS 209 (82.03% from 255) = 84.27%

 GREEN value IS 37 (14.84% from 255) = 14.92%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 84.27%
G = 14.92%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D12502 (or 0xD12502) is known color: Harley Davidson Orange. HEX triplet: D1, 25 and 02. RGB value is (209,37,2). Sum of RGB (Red+Green+Blue) = 209+37+2=248 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.27% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 209 - color contains mainly: red. Hex color #D12502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12502 is #2EDAFD. Grayscale: #545454. Windows color (decimal): -3070718 or 140753. OLE color: 140753.

HSL color Cylindrical-coordinate representation of color #D12502: hue angle of 10.14º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D12502 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 37 2 -
CMYK 0 0.82 0.99 0.18
HSL 10.14º 0.98% 0.41% -
HSV(B) 10.14º 0.99% 0.82% -
XYZ 26.97 14.88 1.51 -
YUV 84.44 81.48 216.85 -
System Red Green Blue C M Y K H S L
Decimal 209 37 2 0 0.82 0.99 0.18 10.14 0.98 0.41
Hex D1 25 2 0 52 63 12 A 62 29
Octal 321 45 2 0 122 143 22 12 142 51
Binary 11010001 100101 10 0 1010010 1100011 10010 1010 1100010 101001

Color Harmonies of #D12502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12502

Black with #D12502

Text Example


Text Example

White with #D12502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12502; }

 p { color: rgb(209,37,2); }

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

background-color css

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

 a { background-color: rgb(209,37,2); }

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

border-color css

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

 span { border-color: rgb(209,37,2); }

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