Html Css Color HEX #D54021 Harley Davidson Orange

📋 copy color: '#D54021'

red 213 ◦ green 64 ◦ blue 33

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

Shades of Harley Davidson Orange #D54021

Tints of Harley Davidson Orange #D54021

RGB

 RED value IS 213 (83.59% from 255) = 68.71%

 GREEN value IS 64 (25.39% from 255) = 20.65%

 BLUE value IS 33 (13.28% from 255) = 10.65%

R = 68.71%
G = 20.65%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D54021 (or 0xD54021) is known color: Harley Davidson Orange. HEX triplet: D5, 40 and 21. RGB value is (213,64,33). Sum of RGB (Red+Green+Blue) = 213+64+33=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D54021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54021 is #2ABFDE. Grayscale: #696969. Windows color (decimal): -2801631 or 2179285. OLE color: 2179285.

HSL color Cylindrical-coordinate representation of color #D54021: hue angle of 10.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D54021 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 64 33 -
CMYK 0 0.70 0.85 0.16
HSL 10.33º 0.73% 0.48% -
HSV(B) 10.33º 0.85% 0.84% -
XYZ 29.55 17.92 3.34 -
YUV 105.02 87.36 205.02 -
System Red Green Blue C M Y K H S L
Decimal 213 64 33 0 0.70 0.85 0.16 10.33 0.73 0.48
Hex D5 40 21 0 46 55 10 A 49 30
Octal 325 100 41 0 106 125 20 12 111 60
Binary 11010101 1000000 100001 0 1000110 1010101 10000 1010 1001001 110000

Color Harmonies of #D54021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54021

Black with #D54021

Text Example


Text Example

White with #D54021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54021; }

 p { color: rgb(213,64,33); }

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

background-color css

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

 a { background-color: rgb(213,64,33); }

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

border-color css

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

 span { border-color: rgb(213,64,33); }

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