Html Css Color HEX #D51F09 Harley Davidson Orange

📋 copy color: '#D51F09'

red 213 ◦ green 31 ◦ blue 9

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

Shades of Harley Davidson Orange #D51F09

Tints of Harley Davidson Orange #D51F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.56%

R = 84.19%
G = 12.25%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D51F09 (or 0xD51F09) is known color: Harley Davidson Orange. HEX triplet: D5, 1F and 09. RGB value is (213,31,9). Sum of RGB (Red+Green+Blue) = 213+31+9=253 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.19% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 213 - color contains mainly: red. Hex color #D51F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D51F09 is #2AE0F6. Grayscale: #535353. Windows color (decimal): -2810103 or 597973. OLE color: 597973.

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

Color convert

RGB 213 31 9 -
CMYK 0 0.85 0.96 0.16
HSL 6.47º 0.92% 0.44% -
HSV(B) 6.47º 0.96% 0.84% -
XYZ 27.98 15.15 1.71 -
YUV 82.91 86.3 220.79 -
System Red Green Blue C M Y K H S L
Decimal 213 31 9 0 0.85 0.96 0.16 6.47 0.92 0.44
Hex D5 1F 9 0 55 60 10 6 5C 2C
Octal 325 37 11 0 125 140 20 6 134 54
Binary 11010101 11111 1001 0 1010101 1100000 10000 110 1011100 101100

Color Harmonies of #D51F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51F09

Black with #D51F09

Text Example


Text Example

White with #D51F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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