Html Css Color HEX #D13C13 Harley Davidson Orange

📋 copy color: '#D13C13'

red 209 ◦ green 60 ◦ blue 19

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

Shades of Harley Davidson Orange #D13C13

Tints of Harley Davidson Orange #D13C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.6%

R = 72.57%
G = 20.83%
B = 6.6%

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

#D13C13 (or 0xD13C13) is known color: Harley Davidson Orange. HEX triplet: D1, 3C and 13. RGB value is (209,60,19). Sum of RGB (Red+Green+Blue) = 209+60+19=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13C13 is #2EC3EC. Grayscale: #646464. Windows color (decimal): -3064813 or 1260753. OLE color: 1260753.

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

Color convert

RGB 209 60 19 -
CMYK 0 0.71 0.91 0.18
HSL 12.95º 0.83% 0.45% -
HSV(B) 12.95º 0.91% 0.82% -
XYZ 28.03 16.83 2.39 -
YUV 99.88 82.36 205.83 -
System Red Green Blue C M Y K H S L
Decimal 209 60 19 0 0.71 0.91 0.18 12.95 0.83 0.45
Hex D1 3C 13 0 47 5B 12 D 53 2D
Octal 321 74 23 0 107 133 22 15 123 55
Binary 11010001 111100 10011 0 1000111 1011011 10010 1101 1010011 101101

Color Harmonies of #D13C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C13

Black with #D13C13

Text Example


Text Example

White with #D13C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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