Html Css Color HEX #D33B24 Harley Davidson Orange

📋 copy color: '#D33B24'

red 211 ◦ green 59 ◦ blue 36

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

Shades of Harley Davidson Orange #D33B24

Tints of Harley Davidson Orange #D33B24

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.28%

 BLUE value IS 36 (14.45% from 255) = 11.76%

R = 68.95%
G = 19.28%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D33B24 (or 0xD33B24) is known color: Harley Davidson Orange. HEX triplet: D3, 3B and 24. RGB value is (211,59,36). Sum of RGB (Red+Green+Blue) = 211+59+36=306 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.95% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 211 - color contains mainly: red. Hex color #D33B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33B24 is #2CC4DB. Grayscale: #666666. Windows color (decimal): -2933980 or 2374611. OLE color: 2374611.

HSL color Cylindrical-coordinate representation of color #D33B24: hue angle of 7.89º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D33B24 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 59 36 -
CMYK 0 0.72 0.83 0.17
HSL 7.89º 0.71% 0.48% -
HSV(B) 7.89º 0.83% 0.83% -
XYZ 28.75 17.1 3.46 -
YUV 101.83 90.86 205.87 -
System Red Green Blue C M Y K H S L
Decimal 211 59 36 0 0.72 0.83 0.17 7.89 0.71 0.48
Hex D3 3B 24 0 48 53 11 8 47 30
Octal 323 73 44 0 110 123 21 10 107 60
Binary 11010011 111011 100100 0 1001000 1010011 10001 1000 1000111 110000

Color Harmonies of #D33B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33B24

Black with #D33B24

Text Example


Text Example

White with #D33B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33B24; }

 p { color: rgb(211,59,36); }

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

background-color css

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

 a { background-color: rgb(211,59,36); }

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

border-color css

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

 span { border-color: rgb(211,59,36); }

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