Html Css Color HEX #D12804 Harley Davidson Orange

📋 copy color: '#D12804'

red 209 ◦ green 40 ◦ blue 4

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

Shades of Harley Davidson Orange #D12804

Tints of Harley Davidson Orange #D12804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.81%

 BLUE value IS 4 (1.95% from 255) = 1.58%

R = 82.61%
G = 15.81%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D12804 (or 0xD12804) is known color: Harley Davidson Orange. HEX triplet: D1, 28 and 04. RGB value is (209,40,4). Sum of RGB (Red+Green+Blue) = 209+40+4=253 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.61% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 209 - color contains mainly: red. Hex color #D12804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12804 is #2ED7FB. Grayscale: #565656. Windows color (decimal): -3069948 or 272593. OLE color: 272593.

HSL color Cylindrical-coordinate representation of color #D12804: hue angle of 10.54º degrees, saturation: 0.96, 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 #D12804 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 40 4 -
CMYK 0 0.81 0.98 0.18
HSL 10.54º 0.96% 0.42% -
HSV(B) 10.54º 0.98% 0.82% -
XYZ 27.08 15.08 1.6 -
YUV 86.43 81.49 215.43 -
System Red Green Blue C M Y K H S L
Decimal 209 40 4 0 0.81 0.98 0.18 10.54 0.96 0.42
Hex D1 28 4 0 51 62 12 B 60 2A
Octal 321 50 4 0 121 142 22 13 140 52
Binary 11010001 101000 100 0 1010001 1100010 10010 1011 1100000 101010

Color Harmonies of #D12804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12804

Black with #D12804

Text Example


Text Example

White with #D12804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12804; }

 p { color: rgb(209,40,4); }

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

background-color css

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

 a { background-color: rgb(209,40,4); }

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

border-color css

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

 span { border-color: rgb(209,40,4); }

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