Html Css Color HEX #D33D02 Harley Davidson Orange

📋 copy color: '#D33D02'

red 211 ◦ green 61 ◦ blue 2

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

Shades of Harley Davidson Orange #D33D02

Tints of Harley Davidson Orange #D33D02

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.26%

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

R = 77.01%
G = 22.26%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D33D02 (or 0xD33D02) is known color: Harley Davidson Orange. HEX triplet: D3, 3D and 02. RGB value is (211,61,2). Sum of RGB (Red+Green+Blue) = 211+61+2=274 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.01% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 211 - color contains mainly: red. Hex color #D33D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33D02 is #2CC2FD. Grayscale: #636363. Windows color (decimal): -2933502 or 146899. OLE color: 146899.

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

Color convert

RGB 211 61 2 -
CMYK 0 0.71 0.99 0.17
HSL 16.94º 0.98% 0.42% -
HSV(B) 16.94º 0.99% 0.83% -
XYZ 28.54 17.19 1.87 -
YUV 99.12 73.2 207.8 -
System Red Green Blue C M Y K H S L
Decimal 211 61 2 0 0.71 0.99 0.17 16.94 0.98 0.42
Hex D3 3D 2 0 47 63 11 11 62 2A
Octal 323 75 2 0 107 143 21 21 142 52
Binary 11010011 111101 10 0 1000111 1100011 10001 10001 1100010 101010

Color Harmonies of #D33D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33D02

Black with #D33D02

Text Example


Text Example

White with #D33D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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