Html Css Color HEX #D42E14 Harley Davidson Orange

📋 copy color: '#D42E14'

red 212 ◦ green 46 ◦ blue 20

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

Shades of Harley Davidson Orange #D42E14

Tints of Harley Davidson Orange #D42E14

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.55%

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

R = 76.26%
G = 16.55%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D42E14 (or 0xD42E14) is known color: Harley Davidson Orange. HEX triplet: D4, 2E and 14. RGB value is (212,46,20). Sum of RGB (Red+Green+Blue) = 212+46+20=278 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.26% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 212 - color contains mainly: red. Hex color #D42E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42E14 is #2BD1EB. Grayscale: #5C5C5C. Windows color (decimal): -2871788 or 1322708. OLE color: 1322708.

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

Color convert

RGB 212 46 20 -
CMYK 0 0.78 0.91 0.17
HSL 8.13º 0.83% 0.45% -
HSV(B) 8.13º 0.91% 0.83% -
XYZ 28.25 16 2.26 -
YUV 92.67 87 213.11 -
System Red Green Blue C M Y K H S L
Decimal 212 46 20 0 0.78 0.91 0.17 8.13 0.83 0.45
Hex D4 2E 14 0 4E 5B 11 8 53 2D
Octal 324 56 24 0 116 133 21 10 123 55
Binary 11010100 101110 10100 0 1001110 1011011 10001 1000 1010011 101101

Color Harmonies of #D42E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42E14

Black with #D42E14

Text Example


Text Example

White with #D42E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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