Html Css Color HEX #D12304 Harley Davidson Orange

📋 copy color: '#D12304'

red 209 ◦ green 35 ◦ blue 4

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

Shades of Harley Davidson Orange #D12304

Tints of Harley Davidson Orange #D12304

RGB

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

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

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

R = 84.27%
G = 14.11%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D12304 (or 0xD12304) is known color: Harley Davidson Orange. HEX triplet: D1, 23 and 04. RGB value is (209,35,4). Sum of RGB (Red+Green+Blue) = 209+35+4=248 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.27% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 209 - color contains mainly: red. Hex color #D12304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12304 is #2EDCFB. Grayscale: #535353. Windows color (decimal): -3071228 or 271313. OLE color: 271313.

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

Color convert

RGB 209 35 4 -
CMYK 0 0.83 0.98 0.18
HSL 9.07º 0.96% 0.42% -
HSV(B) 9.07º 0.98% 0.82% -
XYZ 26.92 14.77 1.55 -
YUV 83.49 83.15 217.52 -
System Red Green Blue C M Y K H S L
Decimal 209 35 4 0 0.83 0.98 0.18 9.07 0.96 0.42
Hex D1 23 4 0 53 62 12 9 60 2A
Octal 321 43 4 0 123 142 22 11 140 52
Binary 11010001 100011 100 0 1010011 1100010 10010 1001 1100000 101010

Color Harmonies of #D12304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12304

Black with #D12304

Text Example


Text Example

White with #D12304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12304; }

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

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

background-color css

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

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

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

border-color css

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

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

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