Html Css Color HEX #D4351F Harley Davidson Orange

📋 copy color: '#D4351F'

red 212 ◦ green 53 ◦ blue 31

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

Shades of Harley Davidson Orange #D4351F

Tints of Harley Davidson Orange #D4351F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.47%

R = 71.62%
G = 17.91%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D4351F (or 0xD4351F) is known color: Harley Davidson Orange. HEX triplet: D4, 35 and 1F. RGB value is (212,53,31). Sum of RGB (Red+Green+Blue) = 212+53+31=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D4351F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4351F is #2BCAE0. Grayscale: #626262. Windows color (decimal): -2869985 or 2045396. OLE color: 2045396.

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

Color convert

RGB 212 53 31 -
CMYK 0 0.75 0.85 0.17
HSL 7.29º 0.74% 0.48% -
HSV(B) 7.29º 0.85% 0.83% -
XYZ 28.67 16.64 3 -
YUV 98.03 90.18 209.29 -
System Red Green Blue C M Y K H S L
Decimal 212 53 31 0 0.75 0.85 0.17 7.29 0.74 0.48
Hex D4 35 1F 0 4B 55 11 7 4A 30
Octal 324 65 37 0 113 125 21 7 112 60
Binary 11010100 110101 11111 0 1001011 1010101 10001 111 1001010 110000

Color Harmonies of #D4351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4351F

Black with #D4351F

Text Example


Text Example

White with #D4351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4351F; }

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

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

background-color css

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

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

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

border-color css

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

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

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