Html Css Color HEX #D33304 Harley Davidson Orange

📋 copy color: '#D33304'

red 211 ◦ green 51 ◦ blue 4

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

Shades of Harley Davidson Orange #D33304

Tints of Harley Davidson Orange #D33304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.17%

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 79.32%
G = 19.17%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D33304 (or 0xD33304) is known color: Harley Davidson Orange. HEX triplet: D3, 33 and 04. RGB value is (211,51,4). Sum of RGB (Red+Green+Blue) = 211+51+4=266 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.32% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 211 - color contains mainly: red. Hex color #D33304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33304 is #2CCCFB. Grayscale: #5D5D5D. Windows color (decimal): -2936060 or 275411. OLE color: 275411.

HSL color Cylindrical-coordinate representation of color #D33304: hue angle of 13.62º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D33304 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 51 4 -
CMYK 0 0.76 0.98 0.17
HSL 13.62º 0.96% 0.42% -
HSV(B) 13.62º 0.98% 0.83% -
XYZ 28.07 16.23 1.77 -
YUV 93.48 77.51 211.82 -
System Red Green Blue C M Y K H S L
Decimal 211 51 4 0 0.76 0.98 0.17 13.62 0.96 0.42
Hex D3 33 4 0 4C 62 11 E 60 2A
Octal 323 63 4 0 114 142 21 16 140 52
Binary 11010011 110011 100 0 1001100 1100010 10001 1110 1100000 101010

Color Harmonies of #D33304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33304

Black with #D33304

Text Example


Text Example

White with #D33304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33304; }

 p { color: rgb(211,51,4); }

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

background-color css

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

 a { background-color: rgb(211,51,4); }

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

border-color css

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

 span { border-color: rgb(211,51,4); }

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