Html Css Color HEX #D12C14 Harley Davidson Orange

📋 copy color: '#D12C14'

red 209 ◦ green 44 ◦ blue 20

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

Shades of Harley Davidson Orange #D12C14

Tints of Harley Davidson Orange #D12C14

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.12%

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

R = 76.56%
G = 16.12%
B = 7.33%

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

#D12C14 (or 0xD12C14) is known color: Harley Davidson Orange. HEX triplet: D1, 2C and 14. RGB value is (209,44,20). Sum of RGB (Red+Green+Blue) = 209+44+20=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12C14 is #2ED3EB. Grayscale: #5A5A5A. Windows color (decimal): -3068908 or 1322193. OLE color: 1322193.

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

Color convert

RGB 209 44 20 -
CMYK 0 0.79 0.90 0.18
HSL 7.62º 0.83% 0.45% -
HSV(B) 7.62º 0.9% 0.82% -
XYZ 27.32 15.41 2.2 -
YUV 90.6 88.16 212.45 -
System Red Green Blue C M Y K H S L
Decimal 209 44 20 0 0.79 0.90 0.18 7.62 0.83 0.45
Hex D1 2C 14 0 4F 5A 12 8 53 2D
Octal 321 54 24 0 117 132 22 10 123 55
Binary 11010001 101100 10100 0 1001111 1011010 10010 1000 1010011 101101

Color Harmonies of #D12C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12C14

Black with #D12C14

Text Example


Text Example

White with #D12C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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