Html Css Color HEX #D52F1A Harley Davidson Orange

📋 copy color: '#D52F1A'

red 213 ◦ green 47 ◦ blue 26

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

Shades of Harley Davidson Orange #D52F1A

Tints of Harley Davidson Orange #D52F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.09%

R = 74.48%
G = 16.43%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D52F1A (or 0xD52F1A) is known color: Harley Davidson Orange. HEX triplet: D5, 2F and 1A. RGB value is (213,47,26). Sum of RGB (Red+Green+Blue) = 213+47+26=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F1A is #2AD0E5. Grayscale: #5E5E5E. Windows color (decimal): -2805990 or 1716181. OLE color: 1716181.

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

Color convert

RGB 213 47 26 -
CMYK 0 0.78 0.88 0.16
HSL 6.74º 0.78% 0.47% -
HSV(B) 6.74º 0.88% 0.84% -
XYZ 28.64 16.25 2.6 -
YUV 94.24 89.5 212.71 -
System Red Green Blue C M Y K H S L
Decimal 213 47 26 0 0.78 0.88 0.16 6.74 0.78 0.47
Hex D5 2F 1A 0 4E 58 10 7 4E 2F
Octal 325 57 32 0 116 130 20 7 116 57
Binary 11010101 101111 11010 0 1001110 1011000 10000 111 1001110 101111

Color Harmonies of #D52F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F1A

Black with #D52F1A

Text Example


Text Example

White with #D52F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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