Html Css Color HEX #D43704 Harley Davidson Orange

📋 copy color: '#D43704'

red 212 ◦ green 55 ◦ blue 4

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

Shades of Harley Davidson Orange #D43704

Tints of Harley Davidson Orange #D43704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 78.23%
G = 20.3%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D43704 (or 0xD43704) is known color: Harley Davidson Orange. HEX triplet: D4, 37 and 04. RGB value is (212,55,4). Sum of RGB (Red+Green+Blue) = 212+55+4=271 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.23% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 212 - color contains mainly: red. Hex color #D43704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43704 is #2BC8FB. Grayscale: #606060. Windows color (decimal): -2869500 or 276436. OLE color: 276436.

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

Color convert

RGB 212 55 4 -
CMYK 0 0.74 0.98 0.17
HSL 14.71º 0.96% 0.42% -
HSV(B) 14.71º 0.98% 0.83% -
XYZ 28.54 16.74 1.84 -
YUV 96.13 76.01 210.65 -
System Red Green Blue C M Y K H S L
Decimal 212 55 4 0 0.74 0.98 0.17 14.71 0.96 0.42
Hex D4 37 4 0 4A 62 11 F 60 2A
Octal 324 67 4 0 112 142 21 17 140 52
Binary 11010100 110111 100 0 1001010 1100010 10001 1111 1100000 101010

Color Harmonies of #D43704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43704

Black with #D43704

Text Example


Text Example

White with #D43704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43704; }

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

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

background-color css

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

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

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

border-color css

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

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

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