Html Css Color HEX #D33302 Harley Davidson Orange

📋 copy color: '#D33302'

red 211 ◦ green 51 ◦ blue 2

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

Shades of Harley Davidson Orange #D33302

Tints of Harley Davidson Orange #D33302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 79.92%
G = 19.32%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D33302 (or 0xD33302) is known color: Harley Davidson Orange. HEX triplet: D3, 33 and 02. RGB value is (211,51,2). Sum of RGB (Red+Green+Blue) = 211+51+2=264 (34% of max value = 765). Red value is 211 (82.81% from 255 or 79.92% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 211 - color contains mainly: red. Hex color #D33302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33302 is #2CCCFD. Grayscale: #5D5D5D. Windows color (decimal): -2936062 or 144339. OLE color: 144339.

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

Color convert

RGB 211 51 2 -
CMYK 0 0.76 0.99 0.17
HSL 14.07º 0.98% 0.42% -
HSV(B) 14.07º 0.99% 0.83% -
XYZ 28.06 16.22 1.71 -
YUV 93.25 76.51 211.98 -
System Red Green Blue C M Y K H S L
Decimal 211 51 2 0 0.76 0.99 0.17 14.07 0.98 0.42
Hex D3 33 2 0 4C 63 11 E 62 2A
Octal 323 63 2 0 114 143 21 16 142 52
Binary 11010011 110011 10 0 1001100 1100011 10001 1110 1100010 101010

Color Harmonies of #D33302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33302

Black with #D33302

Text Example


Text Example

White with #D33302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33302; }

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

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

background-color css

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

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

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

border-color css

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

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

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