Html Css Color HEX #D33413 Harley Davidson Orange

📋 copy color: '#D33413'

red 211 ◦ green 52 ◦ blue 19

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

Shades of Harley Davidson Orange #D33413

Tints of Harley Davidson Orange #D33413

RGB

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

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

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

R = 74.82%
G = 18.44%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D33413 (or 0xD33413) is known color: Harley Davidson Orange. HEX triplet: D3, 34 and 13. RGB value is (211,52,19). Sum of RGB (Red+Green+Blue) = 211+52+19=282 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.82% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 211 - color contains mainly: red. Hex color #D33413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33413 is #2CCBEC. Grayscale: #606060. Windows color (decimal): -2935789 or 1258707. OLE color: 1258707.

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

Color convert

RGB 211 52 19 -
CMYK 0 0.75 0.91 0.17
HSL 10.31º 0.83% 0.45% -
HSV(B) 10.31º 0.91% 0.83% -
XYZ 28.21 16.35 2.29 -
YUV 95.78 84.68 210.18 -
System Red Green Blue C M Y K H S L
Decimal 211 52 19 0 0.75 0.91 0.17 10.31 0.83 0.45
Hex D3 34 13 0 4B 5B 11 A 53 2D
Octal 323 64 23 0 113 133 21 12 123 55
Binary 11010011 110100 10011 0 1001011 1011011 10001 1010 1010011 101101

Color Harmonies of #D33413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33413

Black with #D33413

Text Example


Text Example

White with #D33413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33413; }

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

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

background-color css

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

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

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

border-color css

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

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

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