Html Css Color HEX #D4310A Harley Davidson Orange

📋 copy color: '#D4310A'

red 212 ◦ green 49 ◦ blue 10

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

Shades of Harley Davidson Orange #D4310A

Tints of Harley Davidson Orange #D4310A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.69%

R = 78.23%
G = 18.08%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4310A (or 0xD4310A) is known color: Harley Davidson Orange. HEX triplet: D4, 31 and 0A. RGB value is (212,49,10). Sum of RGB (Red+Green+Blue) = 212+49+10=271 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.23% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 212 - color contains mainly: red. Hex color #D4310A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4310A is #2BCEF5. Grayscale: #5D5D5D. Windows color (decimal): -2871030 or 668116. OLE color: 668116.

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

Color convert

RGB 212 49 10 -
CMYK 0 0.77 0.95 0.17
HSL 11.58º 0.91% 0.44% -
HSV(B) 11.58º 0.95% 0.83% -
XYZ 28.3 16.22 1.93 -
YUV 93.29 81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 212 49 10 0 0.77 0.95 0.17 11.58 0.91 0.44
Hex D4 31 A 0 4D 5F 11 C 5B 2C
Octal 324 61 12 0 115 137 21 14 133 54
Binary 11010100 110001 1010 0 1001101 1011111 10001 1100 1011011 101100

Color Harmonies of #D4310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4310A

Black with #D4310A

Text Example


Text Example

White with #D4310A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4310A; }

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

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

background-color css

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

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

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

border-color css

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

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

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