Html Css Color HEX #D52C12 Harley Davidson Orange

📋 copy color: '#D52C12'

red 213 ◦ green 44 ◦ blue 18

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

Shades of Harley Davidson Orange #D52C12

Tints of Harley Davidson Orange #D52C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.55%

R = 77.45%
G = 16%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D52C12 (or 0xD52C12) is known color: Harley Davidson Orange. HEX triplet: D5, 2C and 12. RGB value is (213,44,18). Sum of RGB (Red+Green+Blue) = 213+44+18=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52C12 is #2AD3ED. Grayscale: #5B5B5B. Windows color (decimal): -2806766 or 1191125. OLE color: 1191125.

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

Color convert

RGB 213 44 18 -
CMYK 0 0.79 0.92 0.16
HSL 0.84% 0.45% -
HSV(B) 0.92% 0.84% -
XYZ 28.45 15.99 2.16 -
YUV 91.57 86.49 214.61 -
System Red Green Blue C M Y K H S L
Decimal 213 44 18 0 0.79 0.92 0.16 8 0.84 0.45
Hex D5 2C 12 0 4F 5C 10 8 54 2D
Octal 325 54 22 0 117 134 20 10 124 55
Binary 11010101 101100 10010 0 1001111 1011100 10000 1000 1010100 101101

Color Harmonies of #D52C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52C12

Black with #D52C12

Text Example


Text Example

White with #D52C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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