Html Css Color HEX #D5301B Harley Davidson Orange

📋 copy color: '#D5301B'

red 213 ◦ green 48 ◦ blue 27

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

Shades of Harley Davidson Orange #D5301B

Tints of Harley Davidson Orange #D5301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.67%

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

R = 73.96%
G = 16.67%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5301B (or 0xD5301B) is known color: Harley Davidson Orange. HEX triplet: D5, 30 and 1B. RGB value is (213,48,27). Sum of RGB (Red+Green+Blue) = 213+48+27=288 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.96% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 213 - color contains mainly: red. Hex color #D5301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5301B is #2ACFE4. Grayscale: #5F5F5F. Windows color (decimal): -2805733 or 1781973. OLE color: 1781973.

HSL color Cylindrical-coordinate representation of color #D5301B: hue angle of 6.77º 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 #D5301B is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 48 27 -
CMYK 0 0.77 0.87 0.16
HSL 6.77º 0.78% 0.47% -
HSV(B) 6.77º 0.87% 0.84% -
XYZ 28.7 16.34 2.68 -
YUV 94.94 89.66 212.21 -
System Red Green Blue C M Y K H S L
Decimal 213 48 27 0 0.77 0.87 0.16 6.77 0.78 0.47
Hex D5 30 1B 0 4D 57 10 7 4E 2F
Octal 325 60 33 0 115 127 20 7 116 57
Binary 11010101 110000 11011 0 1001101 1010111 10000 111 1001110 101111

Color Harmonies of #D5301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5301B

Black with #D5301B

Text Example


Text Example

White with #D5301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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