Html Css Color HEX #D4310D Harley Davidson Orange

📋 copy color: '#D4310D'

red 212 ◦ green 49 ◦ blue 13

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

Shades of Harley Davidson Orange #D4310D

Tints of Harley Davidson Orange #D4310D

RGB

 RED value IS 212 (83.2% from 255) = 77.37%

 GREEN value IS 49 (19.53% from 255) = 17.88%

 BLUE value IS 13 (5.47% from 255) = 4.74%

R = 77.37%
G = 17.88%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4310D (or 0xD4310D) is known color: Harley Davidson Orange. HEX triplet: D4, 31 and 0D. RGB value is (212,49,13). Sum of RGB (Red+Green+Blue) = 212+49+13=274 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.37% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 212 - color contains mainly: red. Hex color #D4310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4310D is #2BCEF2. Grayscale: #5D5D5D. Windows color (decimal): -2871027 or 864724. OLE color: 864724.

HSL color Cylindrical-coordinate representation of color #D4310D: hue angle of 10.85º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4310D is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 49 13 -
CMYK 0 0.77 0.94 0.17
HSL 10.85º 0.88% 0.44% -
HSV(B) 10.85º 0.94% 0.83% -
XYZ 28.32 16.22 2.02 -
YUV 93.63 82.5 212.43 -
System Red Green Blue C M Y K H S L
Decimal 212 49 13 0 0.77 0.94 0.17 10.85 0.88 0.44
Hex D4 31 D 0 4D 5E 11 B 58 2C
Octal 324 61 15 0 115 136 21 13 130 54
Binary 11010100 110001 1101 0 1001101 1011110 10001 1011 1011000 101100

Color Harmonies of #D4310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4310D

Black with #D4310D

Text Example


Text Example

White with #D4310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4310D; }

 p { color: rgb(212,49,13); }

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

background-color css

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

 a { background-color: rgb(212,49,13); }

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

border-color css

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

 span { border-color: rgb(212,49,13); }

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