Html Css Color HEX #D43B20 Harley Davidson Orange

📋 copy color: '#D43B20'

red 212 ◦ green 59 ◦ blue 32

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

Shades of Harley Davidson Orange #D43B20

Tints of Harley Davidson Orange #D43B20

RGB

 RED value IS 212 (83.2% from 255) = 69.97%

 GREEN value IS 59 (23.44% from 255) = 19.47%

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 69.97%
G = 19.47%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D43B20 (or 0xD43B20) is known color: Harley Davidson Orange. HEX triplet: D4, 3B and 20. RGB value is (212,59,32). Sum of RGB (Red+Green+Blue) = 212+59+32=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43B20 is #2BC4DF. Grayscale: #656565. Windows color (decimal): -2868448 or 2112468. OLE color: 2112468.

HSL color Cylindrical-coordinate representation of color #D43B20: hue angle of 9º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D43B20 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 59 32 -
CMYK 0 0.72 0.85 0.17
HSL 0.74% 0.48% -
HSV(B) 0.85% 0.83% -
XYZ 28.98 17.23 3.16 -
YUV 101.67 88.69 206.7 -
System Red Green Blue C M Y K H S L
Decimal 212 59 32 0 0.72 0.85 0.17 9 0.74 0.48
Hex D4 3B 20 0 48 55 11 9 4A 30
Octal 324 73 40 0 110 125 21 11 112 60
Binary 11010100 111011 100000 0 1001000 1010101 10001 1001 1001010 110000

Color Harmonies of #D43B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43B20

Black with #D43B20

Text Example


Text Example

White with #D43B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43B20; }

 p { color: rgb(212,59,32); }

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

background-color css

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

 a { background-color: rgb(212,59,32); }

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

border-color css

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

 span { border-color: rgb(212,59,32); }

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