Html Css Color HEX #D33414 Harley Davidson Orange

📋 copy color: '#D33414'

red 211 ◦ green 52 ◦ blue 20

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

Shades of Harley Davidson Orange #D33414

Tints of Harley Davidson Orange #D33414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.07%

R = 74.56%
G = 18.37%
B = 7.07%

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

#D33414 (or 0xD33414) is known color: Harley Davidson Orange. HEX triplet: D3, 34 and 14. RGB value is (211,52,20). Sum of RGB (Red+Green+Blue) = 211+52+20=283 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.56% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 211 - color contains mainly: red. Hex color #D33414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33414 is #2CCBEB. Grayscale: #606060. Windows color (decimal): -2935788 or 1324243. OLE color: 1324243.

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

Color convert

RGB 211 52 20 -
CMYK 0 0.75 0.91 0.17
HSL 10.05º 0.83% 0.45% -
HSV(B) 10.05º 0.91% 0.83% -
XYZ 28.22 16.36 2.33 -
YUV 95.89 85.18 210.1 -
System Red Green Blue C M Y K H S L
Decimal 211 52 20 0 0.75 0.91 0.17 10.05 0.83 0.45
Hex D3 34 14 0 4B 5B 11 A 53 2D
Octal 323 64 24 0 113 133 21 12 123 55
Binary 11010011 110100 10100 0 1001011 1011011 10001 1010 1010011 101101

Color Harmonies of #D33414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33414

Black with #D33414

Text Example


Text Example

White with #D33414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33414; }

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

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

background-color css

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

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

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

border-color css

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

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

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