Html Css Color HEX #D33013 Harley Davidson Orange

📋 copy color: '#D33013'

red 211 ◦ green 48 ◦ blue 19

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

Shades of Harley Davidson Orange #D33013

Tints of Harley Davidson Orange #D33013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.27%

 BLUE value IS 19 (7.81% from 255) = 6.83%

R = 75.9%
G = 17.27%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D33013 (or 0xD33013) is known color: Harley Davidson Orange. HEX triplet: D3, 30 and 13. RGB value is (211,48,19). Sum of RGB (Red+Green+Blue) = 211+48+19=278 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.90% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 211 - color contains mainly: red. Hex color #D33013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33013 is #2CCFEC. Grayscale: #5D5D5D. Windows color (decimal): -2936813 or 1257683. OLE color: 1257683.

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

Color convert

RGB 211 48 19 -
CMYK 0 0.77 0.91 0.17
HSL 9.06º 0.83% 0.45% -
HSV(B) 9.06º 0.91% 0.83% -
XYZ 28.04 16.01 2.23 -
YUV 93.43 86 211.86 -
System Red Green Blue C M Y K H S L
Decimal 211 48 19 0 0.77 0.91 0.17 9.06 0.83 0.45
Hex D3 30 13 0 4D 5B 11 9 53 2D
Octal 323 60 23 0 115 133 21 11 123 55
Binary 11010011 110000 10011 0 1001101 1011011 10001 1001 1010011 101101

Color Harmonies of #D33013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33013

Black with #D33013

Text Example


Text Example

White with #D33013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33013; }

 p { color: rgb(211,48,19); }

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

background-color css

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

 a { background-color: rgb(211,48,19); }

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

border-color css

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

 span { border-color: rgb(211,48,19); }

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