Html Css Color HEX #D12C18 Harley Davidson Orange

📋 copy color: '#D12C18'

red 209 ◦ green 44 ◦ blue 24

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

Shades of Harley Davidson Orange #D12C18

Tints of Harley Davidson Orange #D12C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.66%

R = 75.45%
G = 15.88%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D12C18 (or 0xD12C18) is known color: Harley Davidson Orange. HEX triplet: D1, 2C and 18. RGB value is (209,44,24). Sum of RGB (Red+Green+Blue) = 209+44+24=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12C18 is #2ED3E7. Grayscale: #5B5B5B. Windows color (decimal): -3068904 or 1584337. OLE color: 1584337.

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

Color convert

RGB 209 44 24 -
CMYK 0 0.79 0.89 0.18
HSL 6.49º 0.79% 0.46% -
HSV(B) 6.49º 0.89% 0.82% -
XYZ 27.36 15.42 2.4 -
YUV 91.06 90.16 212.13 -
System Red Green Blue C M Y K H S L
Decimal 209 44 24 0 0.79 0.89 0.18 6.49 0.79 0.46
Hex D1 2C 18 0 4F 59 12 6 4F 2E
Octal 321 54 30 0 117 131 22 6 117 56
Binary 11010001 101100 11000 0 1001111 1011001 10010 110 1001111 101110

Color Harmonies of #D12C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12C18

Black with #D12C18

Text Example


Text Example

White with #D12C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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