Html Css Color HEX #D52C00 Harley Davidson Orange

📋 copy color: '#D52C00'

red 213 ◦ green 44 ◦ blue 0

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

Shades of Harley Davidson Orange #D52C00

Tints of Harley Davidson Orange #D52C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.88%
G = 17.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D52C00 (or 0xD52C00) is known color: Harley Davidson Orange. HEX triplet: D5, 2C and 00. RGB value is (213,44,0). Sum of RGB (Red+Green+Blue) = 213+44+0=257 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.88% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52C00 is #2AD3FF. Grayscale: #595959. Windows color (decimal): -2806784 or 11477. OLE color: 11477.

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

Color convert

RGB 213 44 0 -
CMYK 0 0.79 1 0.16
HSL 12.39º 1% 0.42% -
HSV(B) 12.39º 1% 0.84% -
XYZ 28.34 15.95 1.58 -
YUV 89.52 77.49 216.08 -
System Red Green Blue C M Y K H S L
Decimal 213 44 0 0 0.79 1 0.16 12.39 1 0.42
Hex D5 2C 0 0 4F 64 10 C 64 2A
Octal 325 54 0 0 117 144 20 14 144 52
Binary 11010101 101100 0 0 1001111 1100100 10000 1100 1100100 101010

Color Harmonies of #D52C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52C00

Black with #D52C00

Text Example


Text Example

White with #D52C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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