Html Css Color HEX #D12615 Harley Davidson Orange

📋 copy color: '#D12615'

red 209 ◦ green 38 ◦ blue 21

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

Shades of Harley Davidson Orange #D12615

Tints of Harley Davidson Orange #D12615

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.18%

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

R = 77.99%
G = 14.18%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D12615 (or 0xD12615) is known color: Harley Davidson Orange. HEX triplet: D1, 26 and 15. RGB value is (209,38,21). Sum of RGB (Red+Green+Blue) = 209+38+21=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D12615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12615 is #2ED9EA. Grayscale: #575757. Windows color (decimal): -3070443 or 1386193. OLE color: 1386193.

HSL color Cylindrical-coordinate representation of color #D12615: hue angle of 5.43º 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 #D12615 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 38 21 -
CMYK 0 0.82 0.90 0.18
HSL 5.43º 0.82% 0.45% -
HSV(B) 5.43º 0.9% 0.82% -
XYZ 27.12 15 2.17 -
YUV 87.19 90.65 214.88 -
System Red Green Blue C M Y K H S L
Decimal 209 38 21 0 0.82 0.90 0.18 5.43 0.82 0.45
Hex D1 26 15 0 52 5A 12 5 52 2D
Octal 321 46 25 0 122 132 22 5 122 55
Binary 11010001 100110 10101 0 1010010 1011010 10010 101 1010010 101101

Color Harmonies of #D12615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12615

Black with #D12615

Text Example


Text Example

White with #D12615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12615; }

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

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

background-color css

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

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

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

border-color css

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

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

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