Html Css Color HEX #D4340B Harley Davidson Orange

📋 copy color: '#D4340B'

red 212 ◦ green 52 ◦ blue 11

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

Shades of Harley Davidson Orange #D4340B

Tints of Harley Davidson Orange #D4340B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4%

R = 77.09%
G = 18.91%
B = 4%

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

#D4340B (or 0xD4340B) is known color: Harley Davidson Orange. HEX triplet: D4, 34 and 0B. RGB value is (212,52,11). Sum of RGB (Red+Green+Blue) = 212+52+11=275 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.09% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 212 - color contains mainly: red. Hex color #D4340B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4340B is #2BCBF4. Grayscale: #5F5F5F. Windows color (decimal): -2870261 or 734420. OLE color: 734420.

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

Color convert

RGB 212 52 11 -
CMYK 0 0.75 0.95 0.17
HSL 12.24º 0.9% 0.44% -
HSV(B) 12.24º 0.95% 0.83% -
XYZ 28.44 16.48 2 -
YUV 95.17 80.51 211.33 -
System Red Green Blue C M Y K H S L
Decimal 212 52 11 0 0.75 0.95 0.17 12.24 0.9 0.44
Hex D4 34 B 0 4B 5F 11 C 5A 2C
Octal 324 64 13 0 113 137 21 14 132 54
Binary 11010100 110100 1011 0 1001011 1011111 10001 1100 1011010 101100

Color Harmonies of #D4340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4340B

Black with #D4340B

Text Example


Text Example

White with #D4340B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4340B; }

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

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

background-color css

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

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

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

border-color css

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

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

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