Html Css Color HEX #D43814 Harley Davidson Orange

📋 copy color: '#D43814'

red 212 ◦ green 56 ◦ blue 20

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

Shades of Harley Davidson Orange #D43814

Tints of Harley Davidson Orange #D43814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.94%

R = 73.61%
G = 19.44%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D43814 (or 0xD43814) is known color: Harley Davidson Orange. HEX triplet: D4, 38 and 14. RGB value is (212,56,20). Sum of RGB (Red+Green+Blue) = 212+56+20=288 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.61% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 212 - color contains mainly: red. Hex color #D43814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43814 is #2BC7EB. Grayscale: #626262. Windows color (decimal): -2869228 or 1325268. OLE color: 1325268.

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

Color convert

RGB 212 56 20 -
CMYK 0 0.74 0.91 0.17
HSL 11.25º 0.83% 0.45% -
HSV(B) 11.25º 0.91% 0.83% -
XYZ 28.69 16.88 2.41 -
YUV 98.54 83.68 208.93 -
System Red Green Blue C M Y K H S L
Decimal 212 56 20 0 0.74 0.91 0.17 11.25 0.83 0.45
Hex D4 38 14 0 4A 5B 11 B 53 2D
Octal 324 70 24 0 112 133 21 13 123 55
Binary 11010100 111000 10100 0 1001010 1011011 10001 1011 1010011 101101

Color Harmonies of #D43814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43814

Black with #D43814

Text Example


Text Example

White with #D43814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43814; }

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

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

background-color css

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

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

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

border-color css

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

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

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