Html Css Color HEX #D33F22 Harley Davidson Orange

📋 copy color: '#D33F22'

red 211 ◦ green 63 ◦ blue 34

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

Shades of Harley Davidson Orange #D33F22

Tints of Harley Davidson Orange #D33F22

RGB

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

 GREEN value IS 63 (25% from 255) = 20.45%

 BLUE value IS 34 (13.67% from 255) = 11.04%

R = 68.51%
G = 20.45%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D33F22 (or 0xD33F22) is known color: Harley Davidson Orange. HEX triplet: D3, 3F and 22. RGB value is (211,63,34). Sum of RGB (Red+Green+Blue) = 211+63+34=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D33F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33F22 is #2CC0DD. Grayscale: #686868. Windows color (decimal): -2932958 or 2244563. OLE color: 2244563.

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

Color convert

RGB 211 63 34 -
CMYK 0 0.70 0.84 0.17
HSL 9.83º 0.72% 0.48% -
HSV(B) 9.83º 0.84% 0.83% -
XYZ 28.93 17.52 3.37 -
YUV 103.95 88.53 204.36 -
System Red Green Blue C M Y K H S L
Decimal 211 63 34 0 0.70 0.84 0.17 9.83 0.72 0.48
Hex D3 3F 22 0 46 54 11 A 48 30
Octal 323 77 42 0 106 124 21 12 110 60
Binary 11010011 111111 100010 0 1000110 1010100 10001 1010 1001000 110000

Color Harmonies of #D33F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33F22

Black with #D33F22

Text Example


Text Example

White with #D33F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33F22; }

 p { color: rgb(211,63,34); }

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

background-color css

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

 a { background-color: rgb(211,63,34); }

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

border-color css

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

 span { border-color: rgb(211,63,34); }

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