Html Css Color HEX #D52D1C Harley Davidson Orange

📋 copy color: '#D52D1C'

red 213 ◦ green 45 ◦ blue 28

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

Shades of Harley Davidson Orange #D52D1C

Tints of Harley Davidson Orange #D52D1C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.73%

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 74.48%
G = 15.73%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D52D1C (or 0xD52D1C) is known color: Harley Davidson Orange. HEX triplet: D5, 2D and 1C. RGB value is (213,45,28). Sum of RGB (Red+Green+Blue) = 213+45+28=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52D1C is #2AD2E3. Grayscale: #5D5D5D. Windows color (decimal): -2806500 or 1846741. OLE color: 1846741.

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

Color convert

RGB 213 45 28 -
CMYK 0 0.79 0.87 0.16
HSL 5.51º 0.77% 0.47% -
HSV(B) 5.51º 0.87% 0.84% -
XYZ 28.59 16.11 2.7 -
YUV 93.29 91.16 213.38 -
System Red Green Blue C M Y K H S L
Decimal 213 45 28 0 0.79 0.87 0.16 5.51 0.77 0.47
Hex D5 2D 1C 0 4F 57 10 6 4D 2F
Octal 325 55 34 0 117 127 20 6 115 57
Binary 11010101 101101 11100 0 1001111 1010111 10000 110 1001101 101111

Color Harmonies of #D52D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D1C

Black with #D52D1C

Text Example


Text Example

White with #D52D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D1C; }

 p { color: rgb(213,45,28); }

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

background-color css

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

 a { background-color: rgb(213,45,28); }

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

border-color css

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

 span { border-color: rgb(213,45,28); }

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