Html Css Color HEX #D52213 Harley Davidson Orange

📋 copy color: '#D52213'

red 213 ◦ green 34 ◦ blue 19

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

Shades of Harley Davidson Orange #D52213

Tints of Harley Davidson Orange #D52213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.14%

R = 80.08%
G = 12.78%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D52213 (or 0xD52213) is known color: Harley Davidson Orange. HEX triplet: D5, 22 and 13. RGB value is (213,34,19). Sum of RGB (Red+Green+Blue) = 213+34+19=266 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.08% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 213 - color contains mainly: red. Hex color #D52213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52213 is #2ADDEC. Grayscale: #565656. Windows color (decimal): -2809325 or 1254101. OLE color: 1254101.

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

Color convert

RGB 213 34 19 -
CMYK 0 0.84 0.91 0.16
HSL 4.64º 0.84% 0.45% -
HSV(B) 4.64º 0.91% 0.84% -
XYZ 28.13 15.34 2.09 -
YUV 85.81 90.3 218.72 -
System Red Green Blue C M Y K H S L
Decimal 213 34 19 0 0.84 0.91 0.16 4.64 0.84 0.45
Hex D5 22 13 0 54 5B 10 5 54 2D
Octal 325 42 23 0 124 133 20 5 124 55
Binary 11010101 100010 10011 0 1010100 1011011 10000 101 1010100 101101

Color Harmonies of #D52213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52213

Black with #D52213

Text Example


Text Example

White with #D52213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52213; }

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

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

background-color css

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

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

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

border-color css

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

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

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