Html Css Color HEX #D52C1A Harley Davidson Orange

📋 copy color: '#D52C1A'

red 213 ◦ green 44 ◦ blue 26

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

Shades of Harley Davidson Orange #D52C1A

Tints of Harley Davidson Orange #D52C1A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.55%

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

R = 75.27%
G = 15.55%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D52C1A (or 0xD52C1A) is known color: Harley Davidson Orange. HEX triplet: D5, 2C and 1A. RGB value is (213,44,26). Sum of RGB (Red+Green+Blue) = 213+44+26=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52C1A is #2AD3E5. Grayscale: #5C5C5C. Windows color (decimal): -2806758 or 1715413. OLE color: 1715413.

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

Color convert

RGB 213 44 26 -
CMYK 0 0.79 0.88 0.16
HSL 5.78º 0.78% 0.47% -
HSV(B) 5.78º 0.88% 0.84% -
XYZ 28.53 16.02 2.57 -
YUV 92.48 90.49 213.96 -
System Red Green Blue C M Y K H S L
Decimal 213 44 26 0 0.79 0.88 0.16 5.78 0.78 0.47
Hex D5 2C 1A 0 4F 58 10 6 4E 2F
Octal 325 54 32 0 117 130 20 6 116 57
Binary 11010101 101100 11010 0 1001111 1011000 10000 110 1001110 101111

Color Harmonies of #D52C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52C1A

Black with #D52C1A

Text Example


Text Example

White with #D52C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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