Html Css Color HEX #D12915 Harley Davidson Orange

📋 copy color: '#D12915'

red 209 ◦ green 41 ◦ blue 21

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

Shades of Harley Davidson Orange #D12915

Tints of Harley Davidson Orange #D12915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.13%

 BLUE value IS 21 (8.59% from 255) = 7.75%

R = 77.12%
G = 15.13%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D12915 (or 0xD12915) is known color: Harley Davidson Orange. HEX triplet: D1, 29 and 15. RGB value is (209,41,21). Sum of RGB (Red+Green+Blue) = 209+41+21=271 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.12% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 209 - color contains mainly: red. Hex color #D12915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12915 is #2ED6EA. Grayscale: #595959. Windows color (decimal): -3069675 or 1386961. OLE color: 1386961.

HSL color Cylindrical-coordinate representation of color #D12915: hue angle of 6.38º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D12915 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 41 21 -
CMYK 0 0.80 0.90 0.18
HSL 6.38º 0.82% 0.45% -
HSV(B) 6.38º 0.9% 0.82% -
XYZ 27.22 15.2 2.21 -
YUV 88.95 89.66 213.63 -
System Red Green Blue C M Y K H S L
Decimal 209 41 21 0 0.80 0.90 0.18 6.38 0.82 0.45
Hex D1 29 15 0 50 5A 12 6 52 2D
Octal 321 51 25 0 120 132 22 6 122 55
Binary 11010001 101001 10101 0 1010000 1011010 10010 110 1010010 101101

Color Harmonies of #D12915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12915

Black with #D12915

Text Example


Text Example

White with #D12915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12915; }

 p { color: rgb(209,41,21); }

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

background-color css

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

 a { background-color: rgb(209,41,21); }

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

border-color css

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

 span { border-color: rgb(209,41,21); }

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