Html Css Color HEX #D41B14 Harley Davidson Orange

📋 copy color: '#D41B14'

red 212 ◦ green 27 ◦ blue 20

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

Shades of Harley Davidson Orange #D41B14

Tints of Harley Davidson Orange #D41B14

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.42%

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

R = 81.85%
G = 10.42%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D41B14 (or 0xD41B14) is known color: Harley Davidson Orange. HEX triplet: D4, 1B and 14. RGB value is (212,27,20). Sum of RGB (Red+Green+Blue) = 212+27+20=259 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.85% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 212 - color contains mainly: red. Hex color #D41B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41B14 is #2BE4EB. Grayscale: #515151. Windows color (decimal): -2876652 or 1317844. OLE color: 1317844.

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

Color convert

RGB 212 27 20 -
CMYK 0 0.87 0.91 0.17
HSL 2.19º 0.83% 0.45% -
HSV(B) 2.19º 0.91% 0.83% -
XYZ 27.67 14.83 2.07 -
YUV 81.52 93.29 221.07 -
System Red Green Blue C M Y K H S L
Decimal 212 27 20 0 0.87 0.91 0.17 2.19 0.83 0.45
Hex D4 1B 14 0 57 5B 11 2 53 2D
Octal 324 33 24 0 127 133 21 2 123 55
Binary 11010100 11011 10100 0 1010111 1011011 10001 10 1010011 101101

Color Harmonies of #D41B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41B14

Black with #D41B14

Text Example


Text Example

White with #D41B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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