Html Css Color HEX #D52F1D Harley Davidson Orange

📋 copy color: '#D52F1D'

red 213 ◦ green 47 ◦ blue 29

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

Shades of Harley Davidson Orange #D52F1D

Tints of Harley Davidson Orange #D52F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.03%

R = 73.7%
G = 16.26%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D52F1D (or 0xD52F1D) is known color: Harley Davidson Orange. HEX triplet: D5, 2F and 1D. RGB value is (213,47,29). Sum of RGB (Red+Green+Blue) = 213+47+29=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F1D is #2AD0E2. Grayscale: #5E5E5E. Windows color (decimal): -2805987 or 1912789. OLE color: 1912789.

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

Color convert

RGB 213 47 29 -
CMYK 0 0.78 0.86 0.16
HSL 5.87º 0.76% 0.47% -
HSV(B) 5.87º 0.86% 0.84% -
XYZ 28.68 16.27 2.79 -
YUV 94.58 91 212.46 -
System Red Green Blue C M Y K H S L
Decimal 213 47 29 0 0.78 0.86 0.16 5.87 0.76 0.47
Hex D5 2F 1D 0 4E 56 10 6 4C 2F
Octal 325 57 35 0 116 126 20 6 114 57
Binary 11010101 101111 11101 0 1001110 1010110 10000 110 1001100 101111

Color Harmonies of #D52F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F1D

Black with #D52F1D

Text Example


Text Example

White with #D52F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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