Html Css Color HEX #D52212 Harley Davidson Orange

📋 copy color: '#D52212'

red 213 ◦ green 34 ◦ blue 18

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

Shades of Harley Davidson Orange #D52212

Tints of Harley Davidson Orange #D52212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.83%

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

R = 80.38%
G = 12.83%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D52212 (or 0xD52212) is known color: Harley Davidson Orange. HEX triplet: D5, 22 and 12. RGB value is (213,34,18). Sum of RGB (Red+Green+Blue) = 213+34+18=265 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.38% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 213 - color contains mainly: red. Hex color #D52212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52212 is #2ADDED. Grayscale: #555555. Windows color (decimal): -2809326 or 1188565. OLE color: 1188565.

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

Color convert

RGB 213 34 18 -
CMYK 0 0.84 0.92 0.16
HSL 4.92º 0.84% 0.45% -
HSV(B) 4.92º 0.92% 0.84% -
XYZ 28.12 15.33 2.05 -
YUV 85.7 89.8 218.8 -
System Red Green Blue C M Y K H S L
Decimal 213 34 18 0 0.84 0.92 0.16 4.92 0.84 0.45
Hex D5 22 12 0 54 5C 10 5 54 2D
Octal 325 42 22 0 124 134 20 5 124 55
Binary 11010101 100010 10010 0 1010100 1011100 10000 101 1010100 101101

Color Harmonies of #D52212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52212

Black with #D52212

Text Example


Text Example

White with #D52212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52212; }

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

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

background-color css

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

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

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

border-color css

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

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

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