Html Css Color HEX #D33402 Harley Davidson Orange

📋 copy color: '#D33402'

red 211 ◦ green 52 ◦ blue 2

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

Shades of Harley Davidson Orange #D33402

Tints of Harley Davidson Orange #D33402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.62%

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

R = 79.62%
G = 19.62%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D33402 (or 0xD33402) is known color: Harley Davidson Orange. HEX triplet: D3, 34 and 02. RGB value is (211,52,2). Sum of RGB (Red+Green+Blue) = 211+52+2=265 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.62% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 211 - color contains mainly: red. Hex color #D33402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33402 is #2CCBFD. Grayscale: #5E5E5E. Windows color (decimal): -2935806 or 144595. OLE color: 144595.

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

Color convert

RGB 211 52 2 -
CMYK 0 0.75 0.99 0.17
HSL 14.35º 0.98% 0.42% -
HSV(B) 14.35º 0.99% 0.83% -
XYZ 28.1 16.31 1.72 -
YUV 93.84 76.18 211.57 -
System Red Green Blue C M Y K H S L
Decimal 211 52 2 0 0.75 0.99 0.17 14.35 0.98 0.42
Hex D3 34 2 0 4B 63 11 E 62 2A
Octal 323 64 2 0 113 143 21 16 142 52
Binary 11010011 110100 10 0 1001011 1100011 10001 1110 1100010 101010

Color Harmonies of #D33402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33402

Black with #D33402

Text Example


Text Example

White with #D33402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33402; }

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

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

background-color css

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

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

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

border-color css

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

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

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