Html Css Color HEX #D41614 Harley Davidson Orange

📋 copy color: '#D41614'

red 212 ◦ green 22 ◦ blue 20

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

Shades of Harley Davidson Orange #D41614

Tints of Harley Davidson Orange #D41614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.66%

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

R = 83.46%
G = 8.66%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D41614 (or 0xD41614) is known color: Harley Davidson Orange. HEX triplet: D4, 16 and 14. RGB value is (212,22,20). Sum of RGB (Red+Green+Blue) = 212+22+20=254 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.46% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 212 - color contains mainly: red. Hex color #D41614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41614 is #2BE9EB. Grayscale: #4E4E4E. Windows color (decimal): -2877932 or 1316564. OLE color: 1316564.

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

Color convert

RGB 212 22 20 -
CMYK 0 0.90 0.91 0.17
HSL 0.63º 0.83% 0.45% -
HSV(B) 0.63º 0.91% 0.83% -
XYZ 27.56 14.62 2.03 -
YUV 78.58 94.95 223.16 -
System Red Green Blue C M Y K H S L
Decimal 212 22 20 0 0.90 0.91 0.17 0.63 0.83 0.45
Hex D4 16 14 0 5A 5B 11 1 53 2D
Octal 324 26 24 0 132 133 21 1 123 55
Binary 11010100 10110 10100 0 1011010 1011011 10001 1 1010011 101101

Color Harmonies of #D41614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41614

Black with #D41614

Text Example


Text Example

White with #D41614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41614; }

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

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

background-color css

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

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

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

border-color css

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

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

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