Html Css Color HEX #D12C1A Harley Davidson Orange

📋 copy color: '#D12C1A'

red 209 ◦ green 44 ◦ blue 26

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

Shades of Harley Davidson Orange #D12C1A

Tints of Harley Davidson Orange #D12C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.32%

R = 74.91%
G = 15.77%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D12C1A (or 0xD12C1A) is known color: Harley Davidson Orange. HEX triplet: D1, 2C and 1A. RGB value is (209,44,26). Sum of RGB (Red+Green+Blue) = 209+44+26=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12C1A is #2ED3E5. Grayscale: #5B5B5B. Windows color (decimal): -3068902 or 1715409. OLE color: 1715409.

HSL color Cylindrical-coordinate representation of color #D12C1A: hue angle of 5.9º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D12C1A is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 44 26 -
CMYK 0 0.79 0.88 0.18
HSL 5.9º 0.78% 0.46% -
HSV(B) 5.9º 0.88% 0.82% -
XYZ 27.38 15.43 2.51 -
YUV 91.28 91.16 211.96 -
System Red Green Blue C M Y K H S L
Decimal 209 44 26 0 0.79 0.88 0.18 5.9 0.78 0.46
Hex D1 2C 1A 0 4F 58 12 6 4E 2E
Octal 321 54 32 0 117 130 22 6 116 56
Binary 11010001 101100 11010 0 1001111 1011000 10010 110 1001110 101110

Color Harmonies of #D12C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12C1A

Black with #D12C1A

Text Example


Text Example

White with #D12C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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