Html Css Color HEX #D12315 Harley Davidson Orange

📋 copy color: '#D12315'

red 209 ◦ green 35 ◦ blue 21

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

Shades of Harley Davidson Orange #D12315

Tints of Harley Davidson Orange #D12315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.21%

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

R = 78.87%
G = 13.21%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D12315 (or 0xD12315) is known color: Harley Davidson Orange. HEX triplet: D1, 23 and 15. RGB value is (209,35,21). Sum of RGB (Red+Green+Blue) = 209+35+21=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D12315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12315 is #2EDCEA. Grayscale: #555555. Windows color (decimal): -3071211 or 1385425. OLE color: 1385425.

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

Color convert

RGB 209 35 21 -
CMYK 0 0.83 0.90 0.18
HSL 4.47º 0.82% 0.45% -
HSV(B) 4.47º 0.9% 0.82% -
XYZ 27.03 14.81 2.14 -
YUV 85.43 91.65 216.14 -
System Red Green Blue C M Y K H S L
Decimal 209 35 21 0 0.83 0.90 0.18 4.47 0.82 0.45
Hex D1 23 15 0 53 5A 12 4 52 2D
Octal 321 43 25 0 123 132 22 4 122 55
Binary 11010001 100011 10101 0 1010011 1011010 10010 100 1010010 101101

Color Harmonies of #D12315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12315

Black with #D12315

Text Example


Text Example

White with #D12315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12315; }

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

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

background-color css

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

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

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

border-color css

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

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

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