Html Css Color HEX #D4390C Harley Davidson Orange

📋 copy color: '#D4390C'

red 212 ◦ green 57 ◦ blue 12

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

Shades of Harley Davidson Orange #D4390C

Tints of Harley Davidson Orange #D4390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.28%

 BLUE value IS 12 (5.08% from 255) = 4.27%

R = 75.44%
G = 20.28%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4390C (or 0xD4390C) is known color: Harley Davidson Orange. HEX triplet: D4, 39 and 0C. RGB value is (212,57,12). Sum of RGB (Red+Green+Blue) = 212+57+12=281 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.44% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 212 - color contains mainly: red. Hex color #D4390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4390C is #2BC6F3. Grayscale: #626262. Windows color (decimal): -2868980 or 801236. OLE color: 801236.

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

Color convert

RGB 212 57 12 -
CMYK 0 0.73 0.94 0.17
HSL 13.5º 0.89% 0.44% -
HSV(B) 13.5º 0.94% 0.83% -
XYZ 28.68 16.95 2.11 -
YUV 98.22 79.35 209.16 -
System Red Green Blue C M Y K H S L
Decimal 212 57 12 0 0.73 0.94 0.17 13.5 0.89 0.44
Hex D4 39 C 0 49 5E 11 E 59 2C
Octal 324 71 14 0 111 136 21 16 131 54
Binary 11010100 111001 1100 0 1001001 1011110 10001 1110 1011001 101100

Color Harmonies of #D4390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4390C

Black with #D4390C

Text Example


Text Example

White with #D4390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4390C; }

 p { color: rgb(212,57,12); }

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

background-color css

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

 a { background-color: rgb(212,57,12); }

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

border-color css

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

 span { border-color: rgb(212,57,12); }

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