Html Css Color HEX #D12B14 Harley Davidson Orange

📋 copy color: '#D12B14'

red 209 ◦ green 43 ◦ blue 20

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

Shades of Harley Davidson Orange #D12B14

Tints of Harley Davidson Orange #D12B14

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.81%

 BLUE value IS 20 (8.2% from 255) = 7.35%

R = 76.84%
G = 15.81%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D12B14 (or 0xD12B14) is known color: Harley Davidson Orange. HEX triplet: D1, 2B and 14. RGB value is (209,43,20). Sum of RGB (Red+Green+Blue) = 209+43+20=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12B14 is #2ED4EB. Grayscale: #5A5A5A. Windows color (decimal): -3069164 or 1321937. OLE color: 1321937.

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

Color convert

RGB 209 43 20 -
CMYK 0 0.79 0.90 0.18
HSL 7.3º 0.83% 0.45% -
HSV(B) 7.3º 0.9% 0.82% -
XYZ 27.28 15.33 2.18 -
YUV 90.01 88.5 212.87 -
System Red Green Blue C M Y K H S L
Decimal 209 43 20 0 0.79 0.90 0.18 7.3 0.83 0.45
Hex D1 2B 14 0 4F 5A 12 7 53 2D
Octal 321 53 24 0 117 132 22 7 123 55
Binary 11010001 101011 10100 0 1001111 1011010 10010 111 1010011 101101

Color Harmonies of #D12B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12B14

Black with #D12B14

Text Example


Text Example

White with #D12B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12B14; }

 p { color: rgb(209,43,20); }

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

background-color css

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

 a { background-color: rgb(209,43,20); }

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

border-color css

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

 span { border-color: rgb(209,43,20); }

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