Html Css Color HEX #D52B13 Harley Davidson Orange

📋 copy color: '#D52B13'

red 213 ◦ green 43 ◦ blue 19

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

Shades of Harley Davidson Orange #D52B13

Tints of Harley Davidson Orange #D52B13

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.64%

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

R = 77.45%
G = 15.64%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D52B13 (or 0xD52B13) is known color: Harley Davidson Orange. HEX triplet: D5, 2B and 13. RGB value is (213,43,19). Sum of RGB (Red+Green+Blue) = 213+43+19=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52B13 is #2AD4EC. Grayscale: #5B5B5B. Windows color (decimal): -2807021 or 1256405. OLE color: 1256405.

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

Color convert

RGB 213 43 19 -
CMYK 0 0.80 0.91 0.16
HSL 7.42º 0.84% 0.45% -
HSV(B) 7.42º 0.91% 0.84% -
XYZ 28.42 15.92 2.19 -
YUV 91.09 87.32 214.95 -
System Red Green Blue C M Y K H S L
Decimal 213 43 19 0 0.80 0.91 0.16 7.42 0.84 0.45
Hex D5 2B 13 0 50 5B 10 7 54 2D
Octal 325 53 23 0 120 133 20 7 124 55
Binary 11010101 101011 10011 0 1010000 1011011 10000 111 1010100 101101

Color Harmonies of #D52B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52B13

Black with #D52B13

Text Example


Text Example

White with #D52B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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