Html Css Color HEX #D5220F Harley Davidson Orange

📋 copy color: '#D5220F'

red 213 ◦ green 34 ◦ blue 15

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

Shades of Harley Davidson Orange #D5220F

Tints of Harley Davidson Orange #D5220F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.98%

 BLUE value IS 15 (6.25% from 255) = 5.73%

R = 81.3%
G = 12.98%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5220F (or 0xD5220F) is known color: Harley Davidson Orange. HEX triplet: D5, 22 and 0F. RGB value is (213,34,15). Sum of RGB (Red+Green+Blue) = 213+34+15=262 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.30% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 213 - color contains mainly: red. Hex color #D5220F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5220F is #2ADDF0. Grayscale: #555555. Windows color (decimal): -2809329 or 991957. OLE color: 991957.

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

Color convert

RGB 213 34 15 -
CMYK 0 0.84 0.93 0.16
HSL 5.76º 0.87% 0.45% -
HSV(B) 5.76º 0.93% 0.84% -
XYZ 28.1 15.32 1.93 -
YUV 85.36 88.3 219.04 -
System Red Green Blue C M Y K H S L
Decimal 213 34 15 0 0.84 0.93 0.16 5.76 0.87 0.45
Hex D5 22 F 0 54 5D 10 6 57 2D
Octal 325 42 17 0 124 135 20 6 127 55
Binary 11010101 100010 1111 0 1010100 1011101 10000 110 1010111 101101

Color Harmonies of #D5220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5220F

Black with #D5220F

Text Example


Text Example

White with #D5220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5220F; }

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

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

background-color css

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

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

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

border-color css

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

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

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