Html Css Color HEX #D43B21 Harley Davidson Orange

📋 copy color: '#D43B21'

red 212 ◦ green 59 ◦ blue 33

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

Shades of Harley Davidson Orange #D43B21

Tints of Harley Davidson Orange #D43B21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.86%

R = 69.74%
G = 19.41%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D43B21 (or 0xD43B21) is known color: Harley Davidson Orange. HEX triplet: D4, 3B and 21. RGB value is (212,59,33). Sum of RGB (Red+Green+Blue) = 212+59+33=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43B21 is #2BC4DE. Grayscale: #666666. Windows color (decimal): -2868447 or 2178004. OLE color: 2178004.

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

Color convert

RGB 212 59 33 -
CMYK 0 0.72 0.84 0.17
HSL 8.72º 0.73% 0.48% -
HSV(B) 8.72º 0.84% 0.83% -
XYZ 28.99 17.23 3.24 -
YUV 101.78 89.19 206.61 -
System Red Green Blue C M Y K H S L
Decimal 212 59 33 0 0.72 0.84 0.17 8.72 0.73 0.48
Hex D4 3B 21 0 48 54 11 9 49 30
Octal 324 73 41 0 110 124 21 11 111 60
Binary 11010100 111011 100001 0 1001000 1010100 10001 1001 1001001 110000

Color Harmonies of #D43B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43B21

Black with #D43B21

Text Example


Text Example

White with #D43B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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