Html Css Color HEX #D13C12 Harley Davidson Orange

📋 copy color: '#D13C12'

red 209 ◦ green 60 ◦ blue 18

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

Shades of Harley Davidson Orange #D13C12

Tints of Harley Davidson Orange #D13C12

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.91%

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

R = 72.82%
G = 20.91%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D13C12 (or 0xD13C12) is known color: Harley Davidson Orange. HEX triplet: D1, 3C and 12. RGB value is (209,60,18). Sum of RGB (Red+Green+Blue) = 209+60+18=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13C12 is #2EC3ED. Grayscale: #646464. Windows color (decimal): -3064814 or 1195217. OLE color: 1195217.

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

Color convert

RGB 209 60 18 -
CMYK 0 0.71 0.91 0.18
HSL 13.19º 0.84% 0.45% -
HSV(B) 13.19º 0.91% 0.82% -
XYZ 28.02 16.83 2.34 -
YUV 99.76 81.86 205.92 -
System Red Green Blue C M Y K H S L
Decimal 209 60 18 0 0.71 0.91 0.18 13.19 0.84 0.45
Hex D1 3C 12 0 47 5B 12 D 54 2D
Octal 321 74 22 0 107 133 22 15 124 55
Binary 11010001 111100 10010 0 1000111 1011011 10010 1101 1010100 101101

Color Harmonies of #D13C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C12

Black with #D13C12

Text Example


Text Example

White with #D13C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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