Html Css Color HEX #D4471D Harley Davidson Orange

📋 copy color: '#D4471D'

red 212 ◦ green 71 ◦ blue 29

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

Shades of Harley Davidson Orange #D4471D

Tints of Harley Davidson Orange #D4471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.76%

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

R = 67.95%
G = 22.76%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4471D (or 0xD4471D) is known color: Harley Davidson Orange. HEX triplet: D4, 47 and 1D. RGB value is (212,71,29). Sum of RGB (Red+Green+Blue) = 212+71+29=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D4471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4471D is #2BB8E2. Grayscale: #6C6C6C. Windows color (decimal): -2865379 or 1918932. OLE color: 1918932.

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

Color convert

RGB 212 71 29 -
CMYK 0 0.67 0.86 0.17
HSL 13.77º 0.76% 0.47% -
HSV(B) 13.77º 0.86% 0.83% -
XYZ 29.63 18.59 3.19 -
YUV 108.37 83.21 201.92 -
System Red Green Blue C M Y K H S L
Decimal 212 71 29 0 0.67 0.86 0.17 13.77 0.76 0.47
Hex D4 47 1D 0 43 56 11 E 4C 2F
Octal 324 107 35 0 103 126 21 16 114 57
Binary 11010100 1000111 11101 0 1000011 1010110 10001 1110 1001100 101111

Color Harmonies of #D4471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4471D

Black with #D4471D

Text Example


Text Example

White with #D4471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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