Html Css Color HEX #D12803 Harley Davidson Orange

📋 copy color: '#D12803'

red 209 ◦ green 40 ◦ blue 3

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

Shades of Harley Davidson Orange #D12803

Tints of Harley Davidson Orange #D12803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.19%

R = 82.94%
G = 15.87%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D12803 (or 0xD12803) is known color: Harley Davidson Orange. HEX triplet: D1, 28 and 03. RGB value is (209,40,3). Sum of RGB (Red+Green+Blue) = 209+40+3=252 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.94% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 209 - color contains mainly: red. Hex color #D12803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12803 is #2ED7FC. Grayscale: #565656. Windows color (decimal): -3069949 or 207057. OLE color: 207057.

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

Color convert

RGB 209 40 3 -
CMYK 0 0.81 0.99 0.18
HSL 10.78º 0.97% 0.42% -
HSV(B) 10.78º 0.99% 0.82% -
XYZ 27.07 15.08 1.57 -
YUV 86.31 80.99 215.51 -
System Red Green Blue C M Y K H S L
Decimal 209 40 3 0 0.81 0.99 0.18 10.78 0.97 0.42
Hex D1 28 3 0 51 63 12 B 61 2A
Octal 321 50 3 0 121 143 22 13 141 52
Binary 11010001 101000 11 0 1010001 1100011 10010 1011 1100001 101010

Color Harmonies of #D12803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12803

Black with #D12803

Text Example


Text Example

White with #D12803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12803; }

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

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

background-color css

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

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

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

border-color css

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

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

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