Html Css Color HEX #D54022 Harley Davidson Orange

📋 copy color: '#D54022'

red 213 ◦ green 64 ◦ blue 34

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

Shades of Harley Davidson Orange #D54022

Tints of Harley Davidson Orange #D54022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.93%

R = 68.49%
G = 20.58%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D54022 (or 0xD54022) is known color: Harley Davidson Orange. HEX triplet: D5, 40 and 22. RGB value is (213,64,34). Sum of RGB (Red+Green+Blue) = 213+64+34=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D54022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54022 is #2ABFDD. Grayscale: #696969. Windows color (decimal): -2801630 or 2244821. OLE color: 2244821.

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

Color convert

RGB 213 64 34 -
CMYK 0 0.70 0.84 0.16
HSL 10.06º 0.72% 0.48% -
HSV(B) 10.06º 0.84% 0.84% -
XYZ 29.56 17.93 3.42 -
YUV 105.13 87.86 204.94 -
System Red Green Blue C M Y K H S L
Decimal 213 64 34 0 0.70 0.84 0.16 10.06 0.72 0.48
Hex D5 40 22 0 46 54 10 A 48 30
Octal 325 100 42 0 106 124 20 12 110 60
Binary 11010101 1000000 100010 0 1000110 1010100 10000 1010 1001000 110000

Color Harmonies of #D54022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54022

Black with #D54022

Text Example


Text Example

White with #D54022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54022; }

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

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

background-color css

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

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

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

border-color css

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

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

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