Html Css Color HEX #D33114 Harley Davidson Orange

📋 copy color: '#D33114'

red 211 ◦ green 49 ◦ blue 20

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

Shades of Harley Davidson Orange #D33114

Tints of Harley Davidson Orange #D33114

RGB

 RED value IS 211 (82.81% from 255) = 75.36%

 GREEN value IS 49 (19.53% from 255) = 17.5%

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

R = 75.36%
G = 17.5%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D33114 (or 0xD33114) is known color: Harley Davidson Orange. HEX triplet: D3, 31 and 14. RGB value is (211,49,20). Sum of RGB (Red+Green+Blue) = 211+49+20=280 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.36% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 211 - color contains mainly: red. Hex color #D33114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33114 is #2CCEEB. Grayscale: #5E5E5E. Windows color (decimal): -2936556 or 1323475. OLE color: 1323475.

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

Color convert

RGB 211 49 20 -
CMYK 0 0.77 0.91 0.17
HSL 9.11º 0.83% 0.45% -
HSV(B) 9.11º 0.91% 0.83% -
XYZ 28.09 16.1 2.29 -
YUV 94.13 86.17 211.36 -
System Red Green Blue C M Y K H S L
Decimal 211 49 20 0 0.77 0.91 0.17 9.11 0.83 0.45
Hex D3 31 14 0 4D 5B 11 9 53 2D
Octal 323 61 24 0 115 133 21 11 123 55
Binary 11010011 110001 10100 0 1001101 1011011 10001 1001 1010011 101101

Color Harmonies of #D33114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33114

Black with #D33114

Text Example


Text Example

White with #D33114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33114; }

 p { color: rgb(211,49,20); }

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

background-color css

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

 a { background-color: rgb(211,49,20); }

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

border-color css

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

 span { border-color: rgb(211,49,20); }

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