Html Css Color HEX #D5221B Harley Davidson Orange

📋 copy color: '#D5221B'

red 213 ◦ green 34 ◦ blue 27

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

Shades of Harley Davidson Orange #D5221B

Tints of Harley Davidson Orange #D5221B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.85%

R = 77.74%
G = 12.41%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5221B (or 0xD5221B) is known color: Harley Davidson Orange. HEX triplet: D5, 22 and 1B. RGB value is (213,34,27). Sum of RGB (Red+Green+Blue) = 213+34+27=274 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.74% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 213 - color contains mainly: red. Hex color #D5221B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5221B is #2ADDE4. Grayscale: #565656. Windows color (decimal): -2809317 or 1778389. OLE color: 1778389.

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

Color convert

RGB 213 34 27 -
CMYK 0 0.84 0.87 0.16
HSL 2.26º 0.78% 0.47% -
HSV(B) 2.26º 0.87% 0.84% -
XYZ 28.21 15.37 2.52 -
YUV 86.72 94.3 218.07 -
System Red Green Blue C M Y K H S L
Decimal 213 34 27 0 0.84 0.87 0.16 2.26 0.78 0.47
Hex D5 22 1B 0 54 57 10 2 4E 2F
Octal 325 42 33 0 124 127 20 2 116 57
Binary 11010101 100010 11011 0 1010100 1010111 10000 10 1001110 101111

Color Harmonies of #D5221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5221B

Black with #D5221B

Text Example


Text Example

White with #D5221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5221B; }

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

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

background-color css

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

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

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

border-color css

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

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

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