Html Css Color HEX #D13212 Harley Davidson Orange

📋 copy color: '#D13212'

red 209 ◦ green 50 ◦ blue 18

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

Shades of Harley Davidson Orange #D13212

Tints of Harley Davidson Orange #D13212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.05%

 BLUE value IS 18 (7.42% from 255) = 6.5%

R = 75.45%
G = 18.05%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D13212 (or 0xD13212) is known color: Harley Davidson Orange. HEX triplet: D1, 32 and 12. RGB value is (209,50,18). Sum of RGB (Red+Green+Blue) = 209+50+18=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D13212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13212 is #2ECDED. Grayscale: #5E5E5E. Windows color (decimal): -3067374 or 1192657. OLE color: 1192657.

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

Color convert

RGB 209 50 18 -
CMYK 0 0.76 0.91 0.18
HSL 10.05º 0.84% 0.45% -
HSV(B) 10.05º 0.91% 0.82% -
XYZ 27.54 15.88 2.19 -
YUV 93.89 85.18 210.1 -
System Red Green Blue C M Y K H S L
Decimal 209 50 18 0 0.76 0.91 0.18 10.05 0.84 0.45
Hex D1 32 12 0 4C 5B 12 A 54 2D
Octal 321 62 22 0 114 133 22 12 124 55
Binary 11010001 110010 10010 0 1001100 1011011 10010 1010 1010100 101101

Color Harmonies of #D13212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13212

Black with #D13212

Text Example


Text Example

White with #D13212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13212; }

 p { color: rgb(209,50,18); }

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

background-color css

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

 a { background-color: rgb(209,50,18); }

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

border-color css

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

 span { border-color: rgb(209,50,18); }

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