Html Css Color HEX #D43C21 Harley Davidson Orange

📋 copy color: '#D43C21'

red 212 ◦ green 60 ◦ blue 33

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

Shades of Harley Davidson Orange #D43C21

Tints of Harley Davidson Orange #D43C21

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

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

R = 69.51%
G = 19.67%
B = 10.82%

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

#D43C21 (or 0xD43C21) is known color: Harley Davidson Orange. HEX triplet: D4, 3C and 21. RGB value is (212,60,33). Sum of RGB (Red+Green+Blue) = 212+60+33=305 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.51% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43C21 is #2BC3DE. Grayscale: #666666. Windows color (decimal): -2868191 or 2178260. OLE color: 2178260.

HSL color Cylindrical-coordinate representation of color #D43C21: hue angle of 9.05º 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 #D43C21 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 60 33 -
CMYK 0 0.72 0.84 0.17
HSL 9.05º 0.73% 0.48% -
HSV(B) 9.05º 0.84% 0.83% -
XYZ 29.04 17.34 3.25 -
YUV 102.37 88.86 206.2 -
System Red Green Blue C M Y K H S L
Decimal 212 60 33 0 0.72 0.84 0.17 9.05 0.73 0.48
Hex D4 3C 21 0 48 54 11 9 49 30
Octal 324 74 41 0 110 124 21 11 111 60
Binary 11010100 111100 100001 0 1001000 1010100 10001 1001 1001001 110000

Color Harmonies of #D43C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43C21

Black with #D43C21

Text Example


Text Example

White with #D43C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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