Html Css Color HEX #D52F1B Harley Davidson Orange

📋 copy color: '#D52F1B'

red 213 ◦ green 47 ◦ blue 27

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

Shades of Harley Davidson Orange #D52F1B

Tints of Harley Davidson Orange #D52F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.41%

R = 74.22%
G = 16.38%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D52F1B (or 0xD52F1B) is known color: Harley Davidson Orange. HEX triplet: D5, 2F and 1B. RGB value is (213,47,27). Sum of RGB (Red+Green+Blue) = 213+47+27=287 (38% of max value = 765). Red value is 213 (83.59% from 255 or 74.22% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F1B is #2AD0E4. Grayscale: #5E5E5E. Windows color (decimal): -2805989 or 1781717. OLE color: 1781717.

HSL color Cylindrical-coordinate representation of color #D52F1B: hue angle of 6.45º 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 #D52F1B is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 47 27 -
CMYK 0 0.78 0.87 0.16
HSL 6.45º 0.78% 0.47% -
HSV(B) 6.45º 0.87% 0.84% -
XYZ 28.65 16.26 2.66 -
YUV 94.35 90 212.63 -
System Red Green Blue C M Y K H S L
Decimal 213 47 27 0 0.78 0.87 0.16 6.45 0.78 0.47
Hex D5 2F 1B 0 4E 57 10 6 4E 2F
Octal 325 57 33 0 116 127 20 6 116 57
Binary 11010101 101111 11011 0 1001110 1010111 10000 110 1001110 101111

Color Harmonies of #D52F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F1B

Black with #D52F1B

Text Example


Text Example

White with #D52F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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