Html Css Color HEX #D5301F Harley Davidson Orange

📋 copy color: '#D5301F'

red 213 ◦ green 48 ◦ blue 31

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

Shades of Harley Davidson Orange #D5301F

Tints of Harley Davidson Orange #D5301F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.62%

R = 72.95%
G = 16.44%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5301F (or 0xD5301F) is known color: Harley Davidson Orange. HEX triplet: D5, 30 and 1F. RGB value is (213,48,31). Sum of RGB (Red+Green+Blue) = 213+48+31=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D5301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5301F is #2ACFE0. Grayscale: #5F5F5F. Windows color (decimal): -2805729 or 2044117. OLE color: 2044117.

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

Color convert

RGB 213 48 31 -
CMYK 0 0.77 0.85 0.16
HSL 5.6º 0.75% 0.48% -
HSV(B) 5.6º 0.85% 0.84% -
XYZ 28.74 16.36 2.94 -
YUV 95.4 91.66 211.88 -
System Red Green Blue C M Y K H S L
Decimal 213 48 31 0 0.77 0.85 0.16 5.6 0.75 0.48
Hex D5 30 1F 0 4D 55 10 6 4B 30
Octal 325 60 37 0 115 125 20 6 113 60
Binary 11010101 110000 11111 0 1001101 1010101 10000 110 1001011 110000

Color Harmonies of #D5301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5301F

Black with #D5301F

Text Example


Text Example

White with #D5301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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