Html Css Color HEX #D5220B Harley Davidson Orange

📋 copy color: '#D5220B'

red 213 ◦ green 34 ◦ blue 11

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

Shades of Harley Davidson Orange #D5220B

Tints of Harley Davidson Orange #D5220B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.26%

R = 82.56%
G = 13.18%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5220B (or 0xD5220B) is known color: Harley Davidson Orange. HEX triplet: D5, 22 and 0B. RGB value is (213,34,11). Sum of RGB (Red+Green+Blue) = 213+34+11=258 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.56% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 213 - color contains mainly: red. Hex color #D5220B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5220B is #2ADDF4. Grayscale: #555555. Windows color (decimal): -2809333 or 729813. OLE color: 729813.

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

Color convert

RGB 213 34 11 -
CMYK 0 0.84 0.95 0.16
HSL 6.83º 0.9% 0.44% -
HSV(B) 6.83º 0.95% 0.84% -
XYZ 28.07 15.31 1.79 -
YUV 84.9 86.3 219.37 -
System Red Green Blue C M Y K H S L
Decimal 213 34 11 0 0.84 0.95 0.16 6.83 0.9 0.44
Hex D5 22 B 0 54 5F 10 7 5A 2C
Octal 325 42 13 0 124 137 20 7 132 54
Binary 11010101 100010 1011 0 1010100 1011111 10000 111 1011010 101100

Color Harmonies of #D5220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5220B

Black with #D5220B

Text Example


Text Example

White with #D5220B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5220B; }

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

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

background-color css

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

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

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

border-color css

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

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

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