Html Css Color HEX #D4340A Harley Davidson Orange

📋 copy color: '#D4340A'

red 212 ◦ green 52 ◦ blue 10

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

Shades of Harley Davidson Orange #D4340A

Tints of Harley Davidson Orange #D4340A

RGB

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

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

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

R = 77.37%
G = 18.98%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4340A (or 0xD4340A) is known color: Harley Davidson Orange. HEX triplet: D4, 34 and 0A. RGB value is (212,52,10). Sum of RGB (Red+Green+Blue) = 212+52+10=274 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.37% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 212 - color contains mainly: red. Hex color #D4340A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4340A is #2BCBF5. Grayscale: #5F5F5F. Windows color (decimal): -2870262 or 668884. OLE color: 668884.

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

Color convert

RGB 212 52 10 -
CMYK 0 0.75 0.95 0.17
HSL 12.48º 0.91% 0.44% -
HSV(B) 12.48º 0.95% 0.83% -
XYZ 28.43 16.47 1.97 -
YUV 95.05 80.01 211.42 -
System Red Green Blue C M Y K H S L
Decimal 212 52 10 0 0.75 0.95 0.17 12.48 0.91 0.44
Hex D4 34 A 0 4B 5F 11 C 5B 2C
Octal 324 64 12 0 113 137 21 14 133 54
Binary 11010100 110100 1010 0 1001011 1011111 10001 1100 1011011 101100

Color Harmonies of #D4340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4340A

Black with #D4340A

Text Example


Text Example

White with #D4340A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4340A; }

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

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

background-color css

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

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

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

border-color css

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

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

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