Html Css Color HEX #D52F10 Harley Davidson Orange

📋 copy color: '#D52F10'

red 213 ◦ green 47 ◦ blue 16

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

Shades of Harley Davidson Orange #D52F10

Tints of Harley Davidson Orange #D52F10

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.03%

 BLUE value IS 16 (6.64% from 255) = 5.8%

R = 77.17%
G = 17.03%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D52F10 (or 0xD52F10) is known color: Harley Davidson Orange. HEX triplet: D5, 2F and 10. RGB value is (213,47,16). Sum of RGB (Red+Green+Blue) = 213+47+16=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52F10 is #2AD0EF. Grayscale: #5D5D5D. Windows color (decimal): -2806000 or 1060821. OLE color: 1060821.

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

Color convert

RGB 213 47 16 -
CMYK 0 0.78 0.92 0.16
HSL 9.44º 0.86% 0.45% -
HSV(B) 9.44º 0.92% 0.84% -
XYZ 28.55 16.22 2.12 -
YUV 93.1 84.5 213.52 -
System Red Green Blue C M Y K H S L
Decimal 213 47 16 0 0.78 0.92 0.16 9.44 0.86 0.45
Hex D5 2F 10 0 4E 5C 10 9 56 2D
Octal 325 57 20 0 116 134 20 11 126 55
Binary 11010101 101111 10000 0 1001110 1011100 10000 1001 1010110 101101

Color Harmonies of #D52F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F10

Black with #D52F10

Text Example


Text Example

White with #D52F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F10; }

 p { color: rgb(213,47,16); }

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

background-color css

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

 a { background-color: rgb(213,47,16); }

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

border-color css

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

 span { border-color: rgb(213,47,16); }

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