Html Css Color HEX #D52B00 Harley Davidson Orange

📋 copy color: '#D52B00'

red 213 ◦ green 43 ◦ blue 0

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

Shades of Harley Davidson Orange #D52B00

Tints of Harley Davidson Orange #D52B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.2%
G = 16.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D52B00 (or 0xD52B00) is known color: Harley Davidson Orange. HEX triplet: D5, 2B and 00. RGB value is (213,43,0). Sum of RGB (Red+Green+Blue) = 213+43+0=256 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.20% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52B00 is #2AD4FF. Grayscale: #595959. Windows color (decimal): -2807040 or 11221. OLE color: 11221.

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

Color convert

RGB 213 43 0 -
CMYK 0 0.80 1 0.16
HSL 12.11º 1% 0.42% -
HSV(B) 12.11º 1% 0.84% -
XYZ 28.3 15.87 1.57 -
YUV 88.93 77.82 216.5 -
System Red Green Blue C M Y K H S L
Decimal 213 43 0 0 0.80 1 0.16 12.11 1 0.42
Hex D5 2B 0 0 50 64 10 C 64 2A
Octal 325 53 0 0 120 144 20 14 144 52
Binary 11010101 101011 0 0 1010000 1100100 10000 1100 1100100 101010

Color Harmonies of #D52B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52B00

Black with #D52B00

Text Example


Text Example

White with #D52B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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