Html Css Color HEX #D51F0F Harley Davidson Orange

📋 copy color: '#D51F0F'

red 213 ◦ green 31 ◦ blue 15

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

Shades of Harley Davidson Orange #D51F0F

Tints of Harley Davidson Orange #D51F0F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.97%

 BLUE value IS 15 (6.25% from 255) = 5.79%

R = 82.24%
G = 11.97%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D51F0F (or 0xD51F0F) is known color: Harley Davidson Orange. HEX triplet: D5, 1F and 0F. RGB value is (213,31,15). Sum of RGB (Red+Green+Blue) = 213+31+15=259 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.24% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 213 - color contains mainly: red. Hex color #D51F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D51F0F is #2AE0F0. Grayscale: #535353. Windows color (decimal): -2810097 or 991189. OLE color: 991189.

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

Color convert

RGB 213 31 15 -
CMYK 0 0.85 0.93 0.16
HSL 4.85º 0.87% 0.45% -
HSV(B) 4.85º 0.93% 0.84% -
XYZ 28.02 15.16 1.9 -
YUV 83.59 89.3 220.3 -
System Red Green Blue C M Y K H S L
Decimal 213 31 15 0 0.85 0.93 0.16 4.85 0.87 0.45
Hex D5 1F F 0 55 5D 10 5 57 2D
Octal 325 37 17 0 125 135 20 5 127 55
Binary 11010101 11111 1111 0 1010101 1011101 10000 101 1010111 101101

Color Harmonies of #D51F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51F0F

Black with #D51F0F

Text Example


Text Example

White with #D51F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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