Html Css Color HEX #D12605 Harley Davidson Orange

📋 copy color: '#D12605'

red 209 ◦ green 38 ◦ blue 5

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

Shades of Harley Davidson Orange #D12605

Tints of Harley Davidson Orange #D12605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 82.94%
G = 15.08%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D12605 (or 0xD12605) is known color: Harley Davidson Orange. HEX triplet: D1, 26 and 05. RGB value is (209,38,5). Sum of RGB (Red+Green+Blue) = 209+38+5=252 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.94% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 209 - color contains mainly: red. Hex color #D12605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12605 is #2ED9FA. Grayscale: #555555. Windows color (decimal): -3070459 or 337617. OLE color: 337617.

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

Color convert

RGB 209 38 5 -
CMYK 0 0.82 0.98 0.18
HSL 9.71º 0.95% 0.42% -
HSV(B) 9.71º 0.98% 0.82% -
XYZ 27.02 14.95 1.61 -
YUV 85.37 82.65 216.18 -
System Red Green Blue C M Y K H S L
Decimal 209 38 5 0 0.82 0.98 0.18 9.71 0.95 0.42
Hex D1 26 5 0 52 62 12 A 5F 2A
Octal 321 46 5 0 122 142 22 12 137 52
Binary 11010001 100110 101 0 1010010 1100010 10010 1010 1011111 101010

Color Harmonies of #D12605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12605

Black with #D12605

Text Example


Text Example

White with #D12605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12605; }

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

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

background-color css

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

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

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

border-color css

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

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

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