Html Css Color HEX #D12214 Harley Davidson Orange

📋 copy color: '#D12214'

red 209 ◦ green 34 ◦ blue 20

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

Shades of Harley Davidson Orange #D12214

Tints of Harley Davidson Orange #D12214

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.93%

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

R = 79.47%
G = 12.93%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D12214 (or 0xD12214) is known color: Harley Davidson Orange. HEX triplet: D1, 22 and 14. RGB value is (209,34,20). Sum of RGB (Red+Green+Blue) = 209+34+20=263 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.47% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 209 - color contains mainly: red. Hex color #D12214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12214 is #2EDDEB. Grayscale: #545454. Windows color (decimal): -3071468 or 1319633. OLE color: 1319633.

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

Color convert

RGB 209 34 20 -
CMYK 0 0.84 0.90 0.18
HSL 4.44º 0.83% 0.45% -
HSV(B) 4.44º 0.9% 0.82% -
XYZ 26.99 14.75 2.09 -
YUV 84.73 91.48 216.64 -
System Red Green Blue C M Y K H S L
Decimal 209 34 20 0 0.84 0.90 0.18 4.44 0.83 0.45
Hex D1 22 14 0 54 5A 12 4 53 2D
Octal 321 42 24 0 124 132 22 4 123 55
Binary 11010001 100010 10100 0 1010100 1011010 10010 100 1010011 101101

Color Harmonies of #D12214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12214

Black with #D12214

Text Example


Text Example

White with #D12214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12214; }

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

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

background-color css

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

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

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

border-color css

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

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

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