Html Css Color HEX #D4351D Harley Davidson Orange

📋 copy color: '#D4351D'

red 212 ◦ green 53 ◦ blue 29

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

Shades of Harley Davidson Orange #D4351D

Tints of Harley Davidson Orange #D4351D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.03%

 BLUE value IS 29 (11.72% from 255) = 9.86%

R = 72.11%
G = 18.03%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4351D (or 0xD4351D) is known color: Harley Davidson Orange. HEX triplet: D4, 35 and 1D. RGB value is (212,53,29). Sum of RGB (Red+Green+Blue) = 212+53+29=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D4351D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4351D is #2BCAE2. Grayscale: #626262. Windows color (decimal): -2869987 or 1914324. OLE color: 1914324.

HSL color Cylindrical-coordinate representation of color #D4351D: hue angle of 7.87º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4351D is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 53 29 -
CMYK 0 0.75 0.86 0.17
HSL 7.87º 0.76% 0.47% -
HSV(B) 7.87º 0.86% 0.83% -
XYZ 28.65 16.63 2.86 -
YUV 97.81 89.18 209.45 -
System Red Green Blue C M Y K H S L
Decimal 212 53 29 0 0.75 0.86 0.17 7.87 0.76 0.47
Hex D4 35 1D 0 4B 56 11 8 4C 2F
Octal 324 65 35 0 113 126 21 10 114 57
Binary 11010100 110101 11101 0 1001011 1010110 10001 1000 1001100 101111

Color Harmonies of #D4351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4351D

Black with #D4351D

Text Example


Text Example

White with #D4351D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4351D; }

 p { color: rgb(212,53,29); }

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

background-color css

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

 a { background-color: rgb(212,53,29); }

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

border-color css

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

 span { border-color: rgb(212,53,29); }

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