Html Css Color HEX #D33313 Harley Davidson Orange

📋 copy color: '#D33313'

red 211 ◦ green 51 ◦ blue 19

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

Shades of Harley Davidson Orange #D33313

Tints of Harley Davidson Orange #D33313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.15%

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

R = 75.09%
G = 18.15%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D33313 (or 0xD33313) is known color: Harley Davidson Orange. HEX triplet: D3, 33 and 13. RGB value is (211,51,19). Sum of RGB (Red+Green+Blue) = 211+51+19=281 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.09% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 211 - color contains mainly: red. Hex color #D33313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33313 is #2CCCEC. Grayscale: #5F5F5F. Windows color (decimal): -2936045 or 1258451. OLE color: 1258451.

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

Color convert

RGB 211 51 19 -
CMYK 0 0.76 0.91 0.17
HSL 10º 0.83% 0.45% -
HSV(B) 10º 0.91% 0.83% -
XYZ 28.17 16.26 2.27 -
YUV 95.19 85.01 210.6 -
System Red Green Blue C M Y K H S L
Decimal 211 51 19 0 0.76 0.91 0.17 10 0.83 0.45
Hex D3 33 13 0 4C 5B 11 A 53 2D
Octal 323 63 23 0 114 133 21 12 123 55
Binary 11010011 110011 10011 0 1001100 1011011 10001 1010 1010011 101101

Color Harmonies of #D33313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33313

Black with #D33313

Text Example


Text Example

White with #D33313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33313; }

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

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

background-color css

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

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

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

border-color css

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

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

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