Html Css Color HEX #D12202 Harley Davidson Orange

📋 copy color: '#D12202'

red 209 ◦ green 34 ◦ blue 2

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

Shades of Harley Davidson Orange #D12202

Tints of Harley Davidson Orange #D12202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 85.31%
G = 13.88%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D12202 (or 0xD12202) is known color: Harley Davidson Orange. HEX triplet: D1, 22 and 02. RGB value is (209,34,2). Sum of RGB (Red+Green+Blue) = 209+34+2=245 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.31% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 209 - color contains mainly: red. Hex color #D12202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12202 is #2EDDFD. Grayscale: #525252. Windows color (decimal): -3071486 or 139985. OLE color: 139985.

HSL color Cylindrical-coordinate representation of color #D12202: hue angle of 9.28º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D12202 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 34 2 -
CMYK 0 0.84 0.99 0.18
HSL 9.28º 0.98% 0.41% -
HSV(B) 9.28º 0.99% 0.82% -
XYZ 26.88 14.7 1.48 -
YUV 82.68 82.48 218.1 -
System Red Green Blue C M Y K H S L
Decimal 209 34 2 0 0.84 0.99 0.18 9.28 0.98 0.41
Hex D1 22 2 0 54 63 12 9 62 29
Octal 321 42 2 0 124 143 22 11 142 51
Binary 11010001 100010 10 0 1010100 1100011 10010 1001 1100010 101001

Color Harmonies of #D12202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12202

Black with #D12202

Text Example


Text Example

White with #D12202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12202; }

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

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

background-color css

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

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

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

border-color css

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

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

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