Html Css Color HEX #D4340D Harley Davidson Orange

📋 copy color: '#D4340D'

red 212 ◦ green 52 ◦ blue 13

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

Shades of Harley Davidson Orange #D4340D

Tints of Harley Davidson Orange #D4340D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.77%

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

R = 76.53%
G = 18.77%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4340D (or 0xD4340D) is known color: Harley Davidson Orange. HEX triplet: D4, 34 and 0D. RGB value is (212,52,13). Sum of RGB (Red+Green+Blue) = 212+52+13=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D4340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4340D is #2BCBF2. Grayscale: #5F5F5F. Windows color (decimal): -2870259 or 865492. OLE color: 865492.

HSL color Cylindrical-coordinate representation of color #D4340D: hue angle of 11.76º 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 #D4340D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 52 13 -
CMYK 0 0.75 0.94 0.17
HSL 11.76º 0.88% 0.44% -
HSV(B) 11.76º 0.94% 0.83% -
XYZ 28.45 16.48 2.06 -
YUV 95.39 81.51 211.17 -
System Red Green Blue C M Y K H S L
Decimal 212 52 13 0 0.75 0.94 0.17 11.76 0.88 0.44
Hex D4 34 D 0 4B 5E 11 C 58 2C
Octal 324 64 15 0 113 136 21 14 130 54
Binary 11010100 110100 1101 0 1001011 1011110 10001 1100 1011000 101100

Color Harmonies of #D4340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4340D

Black with #D4340D

Text Example


Text Example

White with #D4340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4340D; }

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

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

background-color css

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

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

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

border-color css

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

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

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