Html Css Color HEX #D4361E Harley Davidson Orange

📋 copy color: '#D4361E'

red 212 ◦ green 54 ◦ blue 30

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

Shades of Harley Davidson Orange #D4361E

Tints of Harley Davidson Orange #D4361E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.24%

 BLUE value IS 30 (12.11% from 255) = 10.14%

R = 71.62%
G = 18.24%
B = 10.14%

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

#D4361E (or 0xD4361E) is known color: Harley Davidson Orange. HEX triplet: D4, 36 and 1E. RGB value is (212,54,30). Sum of RGB (Red+Green+Blue) = 212+54+30=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D4361E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4361E is #2BC9E1. Grayscale: #626262. Windows color (decimal): -2869730 or 1980116. OLE color: 1980116.

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

Color convert

RGB 212 54 30 -
CMYK 0 0.75 0.86 0.17
HSL 7.91º 0.75% 0.47% -
HSV(B) 7.91º 0.86% 0.83% -
XYZ 28.7 16.73 2.94 -
YUV 98.51 89.35 208.95 -
System Red Green Blue C M Y K H S L
Decimal 212 54 30 0 0.75 0.86 0.17 7.91 0.75 0.47
Hex D4 36 1E 0 4B 56 11 8 4B 2F
Octal 324 66 36 0 113 126 21 10 113 57
Binary 11010100 110110 11110 0 1001011 1010110 10001 1000 1001011 101111

Color Harmonies of #D4361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4361E

Black with #D4361E

Text Example


Text Example

White with #D4361E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4361E; }

 p { color: rgb(212,54,30); }

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

background-color css

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

 a { background-color: rgb(212,54,30); }

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

border-color css

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

 span { border-color: rgb(212,54,30); }

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