Html Css Color HEX #D52C0A Harley Davidson Orange

📋 copy color: '#D52C0A'

red 213 ◦ green 44 ◦ blue 10

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

Shades of Harley Davidson Orange #D52C0A

Tints of Harley Davidson Orange #D52C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.75%

R = 79.78%
G = 16.48%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D52C0A (or 0xD52C0A) is known color: Harley Davidson Orange. HEX triplet: D5, 2C and 0A. RGB value is (213,44,10). Sum of RGB (Red+Green+Blue) = 213+44+10=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52C0A is #2AD3F5. Grayscale: #5A5A5A. Windows color (decimal): -2806774 or 666837. OLE color: 666837.

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

Color convert

RGB 213 44 10 -
CMYK 0 0.79 0.95 0.16
HSL 10.05º 0.91% 0.44% -
HSV(B) 10.05º 0.95% 0.84% -
XYZ 28.4 15.97 1.87 -
YUV 90.66 82.49 215.26 -
System Red Green Blue C M Y K H S L
Decimal 213 44 10 0 0.79 0.95 0.16 10.05 0.91 0.44
Hex D5 2C A 0 4F 5F 10 A 5B 2C
Octal 325 54 12 0 117 137 20 12 133 54
Binary 11010101 101100 1010 0 1001111 1011111 10000 1010 1011011 101100

Color Harmonies of #D52C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52C0A

Black with #D52C0A

Text Example


Text Example

White with #D52C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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