Html Css Color HEX #D4381D Harley Davidson Orange

📋 copy color: '#D4381D'

red 212 ◦ green 56 ◦ blue 29

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

Shades of Harley Davidson Orange #D4381D

Tints of Harley Davidson Orange #D4381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.86%

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

R = 71.38%
G = 18.86%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4381D (or 0xD4381D) is known color: Harley Davidson Orange. HEX triplet: D4, 38 and 1D. RGB value is (212,56,29). Sum of RGB (Red+Green+Blue) = 212+56+29=297 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.38% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 212 - color contains mainly: red. Hex color #D4381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4381D is #2BC7E2. Grayscale: #636363. Windows color (decimal): -2869219 or 1915092. OLE color: 1915092.

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

Color convert

RGB 212 56 29 -
CMYK 0 0.74 0.86 0.17
HSL 8.85º 0.76% 0.47% -
HSV(B) 8.85º 0.86% 0.83% -
XYZ 28.79 16.91 2.91 -
YUV 99.57 88.18 208.2 -
System Red Green Blue C M Y K H S L
Decimal 212 56 29 0 0.74 0.86 0.17 8.85 0.76 0.47
Hex D4 38 1D 0 4A 56 11 9 4C 2F
Octal 324 70 35 0 112 126 21 11 114 57
Binary 11010100 111000 11101 0 1001010 1010110 10001 1001 1001100 101111

Color Harmonies of #D4381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4381D

Black with #D4381D

Text Example


Text Example

White with #D4381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4381D; }

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

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

background-color css

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

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

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

border-color css

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

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

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