Html Css Color HEX #D5371A Harley Davidson Orange

📋 copy color: '#D5371A'

red 213 ◦ green 55 ◦ blue 26

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

Shades of Harley Davidson Orange #D5371A

Tints of Harley Davidson Orange #D5371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.71%

 BLUE value IS 26 (10.55% from 255) = 8.84%

R = 72.45%
G = 18.71%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5371A (or 0xD5371A) is known color: Harley Davidson Orange. HEX triplet: D5, 37 and 1A. RGB value is (213,55,26). Sum of RGB (Red+Green+Blue) = 213+55+26=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D5371A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5371A is #2AC8E5. Grayscale: #636363. Windows color (decimal): -2803942 or 1718229. OLE color: 1718229.

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

Color convert

RGB 213 55 26 -
CMYK 0 0.74 0.88 0.16
HSL 9.3º 0.78% 0.47% -
HSV(B) 9.3º 0.88% 0.84% -
XYZ 28.99 16.95 2.72 -
YUV 98.94 86.85 209.36 -
System Red Green Blue C M Y K H S L
Decimal 213 55 26 0 0.74 0.88 0.16 9.3 0.78 0.47
Hex D5 37 1A 0 4A 58 10 9 4E 2F
Octal 325 67 32 0 112 130 20 11 116 57
Binary 11010101 110111 11010 0 1001010 1011000 10000 1001 1001110 101111

Color Harmonies of #D5371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5371A

Black with #D5371A

Text Example


Text Example

White with #D5371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5371A; }

 p { color: rgb(213,55,26); }

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

background-color css

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

 a { background-color: rgb(213,55,26); }

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

border-color css

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

 span { border-color: rgb(213,55,26); }

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