Html Css Color HEX #D12002 Harley Davidson Orange

📋 copy color: '#D12002'

red 209 ◦ green 32 ◦ blue 2

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

Shades of Harley Davidson Orange #D12002

Tints of Harley Davidson Orange #D12002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.17%

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

R = 86.01%
G = 13.17%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D12002 (or 0xD12002) is known color: Harley Davidson Orange. HEX triplet: D1, 20 and 02. RGB value is (209,32,2). Sum of RGB (Red+Green+Blue) = 209+32+2=243 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.01% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 209 - color contains mainly: red. Hex color #D12002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12002 is #2EDFFD. Grayscale: #515151. Windows color (decimal): -3071998 or 139473. OLE color: 139473.

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

Color convert

RGB 209 32 2 -
CMYK 0 0.85 0.99 0.18
HSL 8.7º 0.98% 0.41% -
HSV(B) 8.7º 0.99% 0.82% -
XYZ 26.82 14.59 1.46 -
YUV 81.5 83.14 218.94 -
System Red Green Blue C M Y K H S L
Decimal 209 32 2 0 0.85 0.99 0.18 8.7 0.98 0.41
Hex D1 20 2 0 55 63 12 9 62 29
Octal 321 40 2 0 125 143 22 11 142 51
Binary 11010001 100000 10 0 1010101 1100011 10010 1001 1100010 101001

Color Harmonies of #D12002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12002

Black with #D12002

Text Example


Text Example

White with #D12002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12002; }

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

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

background-color css

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

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

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

border-color css

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

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

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