Html Css Color HEX #D4370D Harley Davidson Orange

📋 copy color: '#D4370D'

red 212 ◦ green 55 ◦ blue 13

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

Shades of Harley Davidson Orange #D4370D

Tints of Harley Davidson Orange #D4370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.64%

 BLUE value IS 13 (5.47% from 255) = 4.64%

R = 75.71%
G = 19.64%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4370D (or 0xD4370D) is known color: Harley Davidson Orange. HEX triplet: D4, 37 and 0D. RGB value is (212,55,13). Sum of RGB (Red+Green+Blue) = 212+55+13=280 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.71% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 212 - color contains mainly: red. Hex color #D4370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4370D is #2BC8F2. Grayscale: #616161. Windows color (decimal): -2869491 or 866260. OLE color: 866260.

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

Color convert

RGB 212 55 13 -
CMYK 0 0.74 0.94 0.17
HSL 12.66º 0.88% 0.44% -
HSV(B) 12.66º 0.94% 0.83% -
XYZ 28.59 16.76 2.11 -
YUV 97.16 80.51 209.92 -
System Red Green Blue C M Y K H S L
Decimal 212 55 13 0 0.74 0.94 0.17 12.66 0.88 0.44
Hex D4 37 D 0 4A 5E 11 D 58 2C
Octal 324 67 15 0 112 136 21 15 130 54
Binary 11010100 110111 1101 0 1001010 1011110 10001 1101 1011000 101100

Color Harmonies of #D4370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4370D

Black with #D4370D

Text Example


Text Example

White with #D4370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4370D; }

 p { color: rgb(212,55,13); }

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

background-color css

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

 a { background-color: rgb(212,55,13); }

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

border-color css

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

 span { border-color: rgb(212,55,13); }

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