Html Css Color HEX #D51F07 Harley Davidson Orange

📋 copy color: '#D51F07'

red 213 ◦ green 31 ◦ blue 7

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

Shades of Harley Davidson Orange #D51F07

Tints of Harley Davidson Orange #D51F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.79%

R = 84.86%
G = 12.35%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D51F07 (or 0xD51F07) is known color: Harley Davidson Orange. HEX triplet: D5, 1F and 07. RGB value is (213,31,7). Sum of RGB (Red+Green+Blue) = 213+31+7=251 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.86% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 213 - color contains mainly: red. Hex color #D51F07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D51F07 is #2AE0F8. Grayscale: #525252. Windows color (decimal): -2810105 or 466901. OLE color: 466901.

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

Color convert

RGB 213 31 7 -
CMYK 0 0.85 0.97 0.16
HSL 6.99º 0.94% 0.43% -
HSV(B) 6.99º 0.97% 0.84% -
XYZ 27.97 15.14 1.65 -
YUV 82.68 85.3 220.95 -
System Red Green Blue C M Y K H S L
Decimal 213 31 7 0 0.85 0.97 0.16 6.99 0.94 0.43
Hex D5 1F 7 0 55 61 10 7 5E 2B
Octal 325 37 7 0 125 141 20 7 136 53
Binary 11010101 11111 111 0 1010101 1100001 10000 111 1011110 101011

Color Harmonies of #D51F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51F07

Black with #D51F07

Text Example


Text Example

White with #D51F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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